#F60B90

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

Shades of Deep Pink #F60B90

Tints of Deep Pink #F60B90

Color information

#F60B90 (or 0xF60B90) is unknown color: approx Deep Pink. HEX triplet: F6, 0B and 90. RGB value is (246,11,144). Sum of RGB (Red+Green+Blue) = 246+11+144=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B90 is #09F46F. Grayscale: #606060. Windows color (decimal): -652400 or 9440246. OLE color: 9440246.

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

Color convert

RGB24611144-
CMYK00.960.410.04
HSL326.04º92.89%50.39%-
HSV(B)326.04º95.53%96.47%-
XYZ43.1621.8528.33-
YUV96.43154.86234.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.35%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=61.35%
G=2.74%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461114400.960.410.04326.0492.8950.39
HexF6B900602941465d32
Octal36613220014051450613562
Binary11110110101110010000011000001010011001010001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60B90; }

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

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

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

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

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

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

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

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