Html Css Color HEX #F60D9F Hollywood Cerise

📋 copy color: '#F60D9F'

red 246 ◦ green 13 ◦ blue 159

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

Shades of Hollywood Cerise #F60D9F

Tints of Hollywood Cerise #F60D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.11%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 58.85%
G = 3.11%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F60D9F (or 0xF60D9F) is known color: Hollywood Cerise. HEX triplet: F6, 0D and 9F. RGB value is (246,13,159). Sum of RGB (Red+Green+Blue) = 246+13+159=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60D9F is #09F260. Grayscale: #626262. Windows color (decimal): -651873 or 10423798. OLE color: 10423798.

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

Color convert

RGB 246 13 159 -
CMYK 0 0.95 0.35 0.04
HSL 322.4º 0.93% 0.51% -
HSV(B) 322.4º 0.95% 0.96% -
XYZ 44.41 22.38 34.78 -
YUV 99.31 161.69 232.63 -
System Red Green Blue C M Y K H S L
Decimal 246 13 159 0 0.95 0.35 0.04 322.4 0.93 0.51
Hex F6 D 9F 0 5F 23 4 142 5D 33
Octal 366 15 237 0 137 43 4 502 135 63
Binary 11110110 1101 10011111 0 1011111 100011 100 101000010 1011101 110011

Color Harmonies of #F60D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60D9F

Black with #F60D9F

Text Example


Text Example

White with #F60D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60D9F; }

 p { color: rgb(246,13,159); }

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

background-color css

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

 a { background-color: rgb(246,13,159); }

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

border-color css

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

 span { border-color: rgb(246,13,159); }

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