Html Css Color HEX #F0028C Hollywood Cerise

📋 copy color: '#F0028C'

red 240 ◦ green 2 ◦ blue 140

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

Shades of Hollywood Cerise #F0028C

Tints of Hollywood Cerise #F0028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 62.83%
G = 0.52%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0028C (or 0xF0028C) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 8C. RGB value is (240,2,140). Sum of RGB (Red+Green+Blue) = 240+2+140=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0028C is #0FFD73. Grayscale: #585858. Windows color (decimal): -1047924 or 9175792. OLE color: 9175792.

HSL color Cylindrical-coordinate representation of color #F0028C: hue angle of 325.21º 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 #F0028C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 140 -
CMYK 0 0.99 0.42 0.06
HSL 325.21º 0.98% 0.47% -
HSV(B) 325.21º 0.99% 0.94% -
XYZ 40.69 20.46 26.62 -
YUV 88.89 156.85 235.78 -
System Red Green Blue C M Y K H S L
Decimal 240 2 140 0 0.99 0.42 0.06 325.21 0.98 0.47
Hex F0 2 8C 0 63 2A 6 145 62 2F
Octal 360 2 214 0 143 52 6 505 142 57
Binary 11110000 10 10001100 0 1100011 101010 110 101000101 1100010 101111

Color Harmonies of #F0028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0028C

Black with #F0028C

Text Example


Text Example

White with #F0028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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