Html Css Color HEX #F10DAB Hollywood Cerise

📋 copy color: '#F10DAB'

red 241 ◦ green 13 ◦ blue 171

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

Shades of Hollywood Cerise #F10DAB

Tints of Hollywood Cerise #F10DAB

RGB

 RED value IS 241 (94.53% from 255) = 56.71%

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

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

R = 56.71%
G = 3.06%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F10DAB (or 0xF10DAB) is known color: Hollywood Cerise. HEX triplet: F1, 0D and AB. RGB value is (241,13,171). Sum of RGB (Red+Green+Blue) = 241+13+171=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10DAB is #0EF254. Grayscale: #626262. Windows color (decimal): -979541 or 11210225. OLE color: 11210225.

HSL color Cylindrical-coordinate representation of color #F10DAB: hue angle of 318.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DAB is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 13 171 -
CMYK 0 0.95 0.29 0.05
HSL 318.42º 0.9% 0.5% -
HSV(B) 318.42º 0.95% 0.95% -
XYZ 43.77 21.93 40.45 -
YUV 99.18 168.54 229.15 -
System Red Green Blue C M Y K H S L
Decimal 241 13 171 0 0.95 0.29 0.05 318.42 0.9 0.5
Hex F1 D AB 0 5F 1D 5 13E 5A 32
Octal 361 15 253 0 137 35 5 476 132 62
Binary 11110001 1101 10101011 0 1011111 11101 101 100111110 1011010 110010

Color Harmonies of #F10DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DAB

Black with #F10DAB

Text Example


Text Example

White with #F10DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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