Html Css Color HEX #F10DAF Hollywood Cerise

📋 copy color: '#F10DAF'

red 241 ◦ green 13 ◦ blue 175

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

Shades of Hollywood Cerise #F10DAF

Tints of Hollywood Cerise #F10DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 56.18%
G = 3.03%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F10DAF (or 0xF10DAF) is known color: Hollywood Cerise. HEX triplet: F1, 0D and AF. RGB value is (241,13,175). Sum of RGB (Red+Green+Blue) = 241+13+175=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10DAF is #0EF250. Grayscale: #636363. Windows color (decimal): -979537 or 11472369. OLE color: 11472369.

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

Color convert

RGB 241 13 175 -
CMYK 0 0.95 0.27 0.05
HSL 317.37º 0.9% 0.5% -
HSV(B) 317.37º 0.95% 0.95% -
XYZ 44.16 22.08 42.49 -
YUV 99.64 170.54 228.83 -
System Red Green Blue C M Y K H S L
Decimal 241 13 175 0 0.95 0.27 0.05 317.37 0.9 0.5
Hex F1 D AF 0 5F 1B 5 13D 5A 32
Octal 361 15 257 0 137 33 5 475 132 62
Binary 11110001 1101 10101111 0 1011111 11011 101 100111101 1011010 110010

Color Harmonies of #F10DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10DAF

Black with #F10DAF

Text Example


Text Example

White with #F10DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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