Html Css Color HEX #F2109F Hollywood Cerise

📋 copy color: '#F2109F'

red 242 ◦ green 16 ◦ blue 159

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

Shades of Hollywood Cerise #F2109F

Tints of Hollywood Cerise #F2109F

RGB

 RED value IS 242 (94.92% from 255) = 58.03%

 GREEN value IS 16 (6.64% from 255) = 3.84%

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

R = 58.03%
G = 3.84%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2109F (or 0xF2109F) is known color: Hollywood Cerise. HEX triplet: F2, 10 and 9F. RGB value is (242,16,159). Sum of RGB (Red+Green+Blue) = 242+16+159=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2109F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2109F is #0DEF60. Grayscale: #636363. Windows color (decimal): -913249 or 10424562. OLE color: 10424562.

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

Color convert

RGB 242 16 159 -
CMYK 0 0.93 0.34 0.05
HSL 322.04º 0.9% 0.51% -
HSV(B) 322.04º 0.93% 0.95% -
XYZ 43.06 21.75 34.73 -
YUV 99.88 161.37 229.37 -
System Red Green Blue C M Y K H S L
Decimal 242 16 159 0 0.93 0.34 0.05 322.04 0.9 0.51
Hex F2 10 9F 0 5D 22 5 142 5A 33
Octal 362 20 237 0 135 42 5 502 132 63
Binary 11110010 10000 10011111 0 1011101 100010 101 101000010 1011010 110011

Color Harmonies of #F2109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2109F

Black with #F2109F

Text Example


Text Example

White with #F2109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2109F; }

 p { color: rgb(242,16,159); }

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

background-color css

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

 a { background-color: rgb(242,16,159); }

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

border-color css

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

 span { border-color: rgb(242,16,159); }

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