Html Css Color HEX #F2089E Hollywood Cerise

📋 copy color: '#F2089E'

red 242 ◦ green 8 ◦ blue 158

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

Shades of Hollywood Cerise #F2089E

Tints of Hollywood Cerise #F2089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 59.31%
G = 1.96%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2089E (or 0xF2089E) is known color: Hollywood Cerise. HEX triplet: F2, 08 and 9E. RGB value is (242,8,158). Sum of RGB (Red+Green+Blue) = 242+8+158=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2089E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2089E is #0DF761. Grayscale: #5E5E5E. Windows color (decimal): -915298 or 10356978. OLE color: 10356978.

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

Color convert

RGB 242 8 158 -
CMYK 0 0.97 0.35 0.05
HSL 321.54º 0.94% 0.49% -
HSV(B) 321.54º 0.97% 0.95% -
XYZ 42.88 21.52 34.24 -
YUV 95.07 163.52 232.8 -
System Red Green Blue C M Y K H S L
Decimal 242 8 158 0 0.97 0.35 0.05 321.54 0.94 0.49
Hex F2 8 9E 0 61 23 5 142 5E 31
Octal 362 10 236 0 141 43 5 502 136 61
Binary 11110010 1000 10011110 0 1100001 100011 101 101000010 1011110 110001

Color Harmonies of #F2089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2089E

Black with #F2089E

Text Example


Text Example

White with #F2089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2089E; }

 p { color: rgb(242,8,158); }

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

background-color css

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

 a { background-color: rgb(242,8,158); }

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

border-color css

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

 span { border-color: rgb(242,8,158); }

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