Html Css Color HEX #F60DAB Hollywood Cerise

📋 copy color: '#F60DAB'

red 246 ◦ green 13 ◦ blue 171

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

Shades of Hollywood Cerise #F60DAB

Tints of Hollywood Cerise #F60DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 57.21%
G = 3.02%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F60DAB (or 0xF60DAB) is known color: Hollywood Cerise. HEX triplet: F6, 0D and AB. RGB value is (246,13,171). Sum of RGB (Red+Green+Blue) = 246+13+171=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60DAB is #09F254. Grayscale: #646464. Windows color (decimal): -651861 or 11210230. OLE color: 11210230.

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

Color convert

RGB 246 13 171 -
CMYK 0 0.95 0.30 0.04
HSL 319.31º 0.93% 0.51% -
HSV(B) 319.31º 0.95% 0.96% -
XYZ 45.5 22.82 40.53 -
YUV 100.68 167.69 231.65 -
System Red Green Blue C M Y K H S L
Decimal 246 13 171 0 0.95 0.30 0.04 319.31 0.93 0.51
Hex F6 D AB 0 5F 1E 4 13F 5D 33
Octal 366 15 253 0 137 36 4 477 135 63
Binary 11110110 1101 10101011 0 1011111 11110 100 100111111 1011101 110011

Color Harmonies of #F60DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DAB

Black with #F60DAB

Text Example


Text Example

White with #F60DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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