Html Css Color HEX #F2099D Hollywood Cerise

📋 copy color: '#F2099D'

red 242 ◦ green 9 ◦ blue 157

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

Shades of Hollywood Cerise #F2099D

Tints of Hollywood Cerise #F2099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 59.31%
G = 2.21%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2099D (or 0xF2099D) is known color: Hollywood Cerise. HEX triplet: F2, 09 and 9D. RGB value is (242,9,157). Sum of RGB (Red+Green+Blue) = 242+9+157=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2099D is #0DF662. Grayscale: #5F5F5F. Windows color (decimal): -915043 or 10291698. OLE color: 10291698.

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

Color convert

RGB 242 9 157 -
CMYK 0 0.96 0.35 0.05
HSL 321.89º 0.93% 0.49% -
HSV(B) 321.89º 0.96% 0.95% -
XYZ 42.8 21.51 33.79 -
YUV 95.54 162.69 232.47 -
System Red Green Blue C M Y K H S L
Decimal 242 9 157 0 0.96 0.35 0.05 321.89 0.93 0.49
Hex F2 9 9D 0 60 23 5 142 5D 31
Octal 362 11 235 0 140 43 5 502 135 61
Binary 11110010 1001 10011101 0 1100000 100011 101 101000010 1011101 110001

Color Harmonies of #F2099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2099D

Black with #F2099D

Text Example


Text Example

White with #F2099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2099D; }

 p { color: rgb(242,9,157); }

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

background-color css

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

 a { background-color: rgb(242,9,157); }

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

border-color css

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

 span { border-color: rgb(242,9,157); }

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