Html Css Color HEX #F0028E Hollywood Cerise

📋 copy color: '#F0028E'

red 240 ◦ green 2 ◦ blue 142

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

Shades of Hollywood Cerise #F0028E

Tints of Hollywood Cerise #F0028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 62.5%
G = 0.52%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0028E (or 0xF0028E) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 8E. RGB value is (240,2,142). Sum of RGB (Red+Green+Blue) = 240+2+142=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0028E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0028E is #0FFD71. Grayscale: #585858. Windows color (decimal): -1047922 or 9306864. OLE color: 9306864.

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

Color convert

RGB 240 2 142 -
CMYK 0 0.99 0.41 0.06
HSL 324.71º 0.98% 0.47% -
HSV(B) 324.71º 0.99% 0.94% -
XYZ 40.84 20.52 27.4 -
YUV 89.12 157.85 235.62 -
System Red Green Blue C M Y K H S L
Decimal 240 2 142 0 0.99 0.41 0.06 324.71 0.98 0.47
Hex F0 2 8E 0 63 29 6 145 62 2F
Octal 360 2 216 0 143 51 6 505 142 57
Binary 11110000 10 10001110 0 1100011 101001 110 101000101 1100010 101111

Color Harmonies of #F0028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0028E

Black with #F0028E

Text Example


Text Example

White with #F0028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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