Html Css Color HEX #F2119F Hollywood Cerise

📋 copy color: '#F2119F'

red 242 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #F2119F

Tints of Hollywood Cerise #F2119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 57.89%
G = 4.07%
B = 38.04%

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

#F2119F (or 0xF2119F) is known color: Hollywood Cerise. HEX triplet: F2, 11 and 9F. RGB value is (242,17,159). Sum of RGB (Red+Green+Blue) = 242+17+159=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2119F is #0DEE60. Grayscale: #646464. Windows color (decimal): -912993 or 10424818. OLE color: 10424818.

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

Color convert

RGB 242 17 159 -
CMYK 0 0.93 0.34 0.05
HSL 322.13º 0.9% 0.51% -
HSV(B) 322.13º 0.93% 0.95% -
XYZ 43.08 21.78 34.73 -
YUV 100.46 161.04 228.95 -
System Red Green Blue C M Y K H S L
Decimal 242 17 159 0 0.93 0.34 0.05 322.13 0.9 0.51
Hex F2 11 9F 0 5D 22 5 142 5A 33
Octal 362 21 237 0 135 42 5 502 132 63
Binary 11110010 10001 10011111 0 1011101 100010 101 101000010 1011010 110011

Color Harmonies of #F2119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2119F

Black with #F2119F

Text Example


Text Example

White with #F2119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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