#F52680

Color #F52680 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F52680

Tints of Deep Pink #F52680

Color information

#F52680 (or 0xF52680) is unknown color: approx Deep Pink. HEX triplet: F5, 26 and 80. RGB value is (245,38,128). Sum of RGB (Red+Green+Blue) = 245+38+128=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F52680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52680 is #0AD97F. Grayscale: #6E6E6E. Windows color (decimal): -711040 or 8398581. OLE color: 8398581.

HSL color Cylindrical-coordinate representation of color #F52680: hue angle of 333.91º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52680 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24538128-
CMYK00.840.480.04
HSL333.91º91.19%55.49%-
HSV(B)333.91º84.49%96.08%-
XYZ42.2522.3622.51-
YUV110.15138.08224.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 38 (15.23% from 255) = 9.25%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=59.61%
G=9.25%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453812800.840.480.04333.9191.1955.49
HexF5268005430414e5b37
Octal36546200012460451613367
Binary1111010110011010000000010101001100001001010011101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52680; }

 p { color: rgb(245,38,128); }

 H1.HeaderClassName
 {
   color: #F52680;
 }
 .AnyTagClassName
 {
   color: #F52680;
 }
</style>
background-color css

<style>
 a { background-color: #F52680; }

 a { background-color: rgb(245,38,128); }

 div.DivClassName
 {
   background-color: #F52680;
 }
 .BgClassName
 {
   background-color: #F52680;
 }
</style>
border-color css

<style>
 span { border-color: #F52680; }

 span { border-color: rgb(245,38,128); }

 td.TdClassName
 {
   border-color: #F52680;
 }
 .TagClassName
 {
   border-color: #F52680;
 }
</style>