Html Css Color HEX #F0018E Hollywood Cerise

📋 copy color: '#F0018E'

red 240 ◦ green 1 ◦ blue 142

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

Shades of Hollywood Cerise #F0018E

Tints of Hollywood Cerise #F0018E

RGB

 RED value IS 240 (94.14% from 255) = 62.66%

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

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

R = 62.66%
G = 0.26%
B = 37.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0018E (or 0xF0018E) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 8E. RGB value is (240,1,142). Sum of RGB (Red+Green+Blue) = 240+1+142=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0018E is #0FFE71. Grayscale: #585858. Windows color (decimal): -1048178 or 9306608. OLE color: 9306608.

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

Color convert

RGB 240 1 142 -
CMYK 0 1.00 0.41 0.06
HSL 324.6º 0.99% 0.47% -
HSV(B) 324.6º 1% 0.94% -
XYZ 40.83 20.5 27.4 -
YUV 88.54 158.18 236.04 -
System Red Green Blue C M Y K H S L
Decimal 240 1 142 0 1.00 0.41 0.06 324.6 0.99 0.47
Hex F0 1 8E 0 64 29 6 145 63 2F
Octal 360 1 216 0 144 51 6 505 143 57
Binary 11110000 1 10001110 0 1100100 101001 110 101000101 1100011 101111

Color Harmonies of #F0018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0018E

Black with #F0018E

Text Example


Text Example

White with #F0018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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