Html Css Color HEX #F2129F Hollywood Cerise

📋 copy color: '#F2129F'

red 242 ◦ green 18 ◦ blue 159

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

Shades of Hollywood Cerise #F2129F

Tints of Hollywood Cerise #F2129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.3%

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

R = 57.76%
G = 4.3%
B = 37.95%

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

#F2129F (or 0xF2129F) is known color: Hollywood Cerise. HEX triplet: F2, 12 and 9F. RGB value is (242,18,159). Sum of RGB (Red+Green+Blue) = 242+18+159=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2129F is #0DED60. Grayscale: #646464. Windows color (decimal): -912737 or 10425074. OLE color: 10425074.

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

Color convert

RGB 242 18 159 -
CMYK 0 0.93 0.34 0.05
HSL 322.23º 0.9% 0.51% -
HSV(B) 322.23º 0.93% 0.95% -
XYZ 43.09 21.81 34.74 -
YUV 101.05 160.71 228.54 -
System Red Green Blue C M Y K H S L
Decimal 242 18 159 0 0.93 0.34 0.05 322.23 0.9 0.51
Hex F2 12 9F 0 5D 22 5 142 5A 33
Octal 362 22 237 0 135 42 5 502 132 63
Binary 11110010 10010 10011111 0 1011101 100010 101 101000010 1011010 110011

Color Harmonies of #F2129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2129F

Black with #F2129F

Text Example


Text Example

White with #F2129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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