Html Css Color HEX #F2018E Hollywood Cerise

📋 copy color: '#F2018E'

red 242 ◦ green 1 ◦ blue 142

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

Shades of Hollywood Cerise #F2018E

Tints of Hollywood Cerise #F2018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 62.86%
G = 0.26%
B = 36.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2018E (or 0xF2018E) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 8E. RGB value is (242,1,142). Sum of RGB (Red+Green+Blue) = 242+1+142=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2018E is #0DFE71. Grayscale: #585858. Windows color (decimal): -917106 or 9306610. OLE color: 9306610.

HSL color Cylindrical-coordinate representation of color #F2018E: hue angle of 324.9º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2018E is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 1 142 -
CMYK 0 1.00 0.41 0.05
HSL 324.9º 0.99% 0.48% -
HSV(B) 324.9º 1% 0.95% -
XYZ 41.51 20.85 27.43 -
YUV 89.13 157.84 237.04 -
System Red Green Blue C M Y K H S L
Decimal 242 1 142 0 1.00 0.41 0.05 324.9 0.99 0.48
Hex F2 1 8E 0 64 29 5 145 63 30
Octal 362 1 216 0 144 51 5 505 143 60
Binary 11110010 1 10001110 0 1100100 101001 101 101000101 1100011 110000

Color Harmonies of #F2018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2018E

Black with #F2018E

Text Example


Text Example

White with #F2018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2018E; }

 p { color: rgb(242,1,142); }

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

background-color css

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

 a { background-color: rgb(242,1,142); }

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

border-color css

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

 span { border-color: rgb(242,1,142); }

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