#F60790

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

Shades of Deep Pink #F60790

Tints of Deep Pink #F60790

Color information

#F60790 (or 0xF60790) is unknown color: approx Deep Pink. HEX triplet: F6, 07 and 90. RGB value is (246,7,144). Sum of RGB (Red+Green+Blue) = 246+7+144=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F60790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60790 is #09F86F. Grayscale: #5D5D5D. Windows color (decimal): -653424 or 9439222. OLE color: 9439222.

HSL color Cylindrical-coordinate representation of color #F60790: hue angle of 325.61º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60790 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB2467144-
CMYK00.970.410.04
HSL325.61º94.47%49.61%-
HSV(B)325.61º97.15%96.47%-
XYZ43.1221.7628.31-
YUV94.08156.18236.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.96%
GREEN value IS 7 (3.12% from 255) = 1.76%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=61.96%
G=1.76%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246714400.970.410.04325.6194.4749.61
HexF67900612941465e32
Octal3667220014151450613662
Binary1111011011110010000011000011010011001010001101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60790; }

 p { color: rgb(246,7,144); }

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

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

 a { background-color: rgb(246,7,144); }

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

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

 span { border-color: rgb(246,7,144); }

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