Html Css Color HEX #F10E9C Hollywood Cerise

📋 copy color: '#F10E9C'

red 241 ◦ green 14 ◦ blue 156

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

Shades of Hollywood Cerise #F10E9C

Tints of Hollywood Cerise #F10E9C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.41%

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 58.64%
G = 3.41%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F10E9C (or 0xF10E9C) is known color: Hollywood Cerise. HEX triplet: F1, 0E and 9C. RGB value is (241,14,156). Sum of RGB (Red+Green+Blue) = 241+14+156=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10E9C is #0EF163. Grayscale: #616161. Windows color (decimal): -979300 or 10227441. OLE color: 10227441.

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

Color convert

RGB 241 14 156 -
CMYK 0 0.94 0.35 0.05
HSL 322.47º 0.89% 0.5% -
HSV(B) 322.47º 0.94% 0.95% -
XYZ 42.43 21.42 33.35 -
YUV 98.06 160.71 229.95 -
System Red Green Blue C M Y K H S L
Decimal 241 14 156 0 0.94 0.35 0.05 322.47 0.89 0.5
Hex F1 E 9C 0 5E 23 5 142 59 32
Octal 361 16 234 0 136 43 5 502 131 62
Binary 11110001 1110 10011100 0 1011110 100011 101 101000010 1011001 110010

Color Harmonies of #F10E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10E9C

Black with #F10E9C

Text Example


Text Example

White with #F10E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10E9C; }

 p { color: rgb(241,14,156); }

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

background-color css

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

 a { background-color: rgb(241,14,156); }

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

border-color css

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

 span { border-color: rgb(241,14,156); }

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