Html Css Color HEX #F60B78 Deep Pink

📋 copy color: '#F60B78'

red 246 ◦ green 11 ◦ blue 120

#F60B78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F60B78

Tints of Deep Pink #F60B78

RGB

 RED value IS 246 (96.48% from 255) = 65.25%

 GREEN value IS 11 (4.69% from 255) = 2.92%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 65.25%
G = 2.92%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F60B78 (or 0xF60B78) is known color: Deep Pink. HEX triplet: F6, 0B and 78. RGB value is (246,11,120). Sum of RGB (Red+Green+Blue) = 246+11+120=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60B78 is #09F487. Grayscale: #5D5D5D. Windows color (decimal): -652424 or 7867382. OLE color: 7867382.

HSL color Cylindrical-coordinate representation of color #F60B78: hue angle of 332.17º 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 #F60B78 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 11 120 -
CMYK 0 0.96 0.51 0.04
HSL 332.17º 0.93% 0.5% -
HSV(B) 332.17º 0.96% 0.96% -
XYZ 41.52 21.19 19.67 -
YUV 93.69 142.86 236.64 -
System Red Green Blue C M Y K H S L
Decimal 246 11 120 0 0.96 0.51 0.04 332.17 0.93 0.5
Hex F6 B 78 0 60 33 4 14C 5D 32
Octal 366 13 170 0 140 63 4 514 135 62
Binary 11110110 1011 1111000 0 1100000 110011 100 101001100 1011101 110010

Color Harmonies of #F60B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B78

Black with #F60B78

Text Example


Text Example

White with #F60B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B78; }

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

 H1.HeaderClassName
 {
   color: #F60B78;
 }
 .AnyTagClassName
 {
   color: #F60B78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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