Html Css Color HEX #F0029A Hollywood Cerise

📋 copy color: '#F0029A'

red 240 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #F0029A

Tints of Hollywood Cerise #F0029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 60.61%
G = 0.51%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0029A (or 0xF0029A) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 9A. RGB value is (240,2,154). Sum of RGB (Red+Green+Blue) = 240+2+154=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0029A is #0FFD65. Grayscale: #5A5A5A. Windows color (decimal): -1047910 or 10093296. OLE color: 10093296.

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

Color convert

RGB 240 2 154 -
CMYK 0 0.99 0.36 0.06
HSL 321.68º 0.98% 0.47% -
HSV(B) 321.68º 0.99% 0.94% -
XYZ 41.79 20.9 32.4 -
YUV 90.49 163.85 234.64 -
System Red Green Blue C M Y K H S L
Decimal 240 2 154 0 0.99 0.36 0.06 321.68 0.98 0.47
Hex F0 2 9A 0 63 24 6 142 62 2F
Octal 360 2 232 0 143 44 6 502 142 57
Binary 11110000 10 10011010 0 1100011 100100 110 101000010 1100010 101111

Color Harmonies of #F0029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0029A

Black with #F0029A

Text Example


Text Example

White with #F0029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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