Html Css Color HEX #FF029E Hollywood Cerise

📋 copy color: '#FF029E'

red 255 ◦ green 2 ◦ blue 158

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

Shades of Hollywood Cerise #FF029E

Tints of Hollywood Cerise #FF029E

RGB

 RED value IS 255 (100% from 255) = 61.45%

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 61.45%
G = 0.48%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF029E (or 0xFF029E) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 9E. RGB value is (255,2,158). Sum of RGB (Red+Green+Blue) = 255+2+158=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF029E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF029E is #00FD61. Grayscale: #5F5F5F. Windows color (decimal): -64866 or 10355455. OLE color: 10355455.

HSL color Cylindrical-coordinate representation of color #FF029E: hue angle of 323º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF029E is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 255 2 158 -
CMYK 0 0.99 0.38 0
HSL 323º 1% 0.5% -
HSV(B) 323º 0.99% 1% -
XYZ 47.43 23.77 34.44 -
YUV 95.43 163.32 241.82 -
System Red Green Blue C M Y K H S L
Decimal 255 2 158 0 0.99 0.38 0 323 1 0.5
Hex FF 2 9E 0 63 26 0 143 64 32
Octal 377 2 236 0 143 46 0 503 144 62
Binary 11111111 10 10011110 0 1100011 100110 0 101000011 1100100 110010

Color Harmonies of #FF029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF029E

Black with #FF029E

Text Example


Text Example

White with #FF029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF029E; }

 p { color: rgb(255,2,158); }

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

background-color css

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

 a { background-color: rgb(255,2,158); }

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

border-color css

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

 span { border-color: rgb(255,2,158); }

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