Html Css Color HEX #FF029F Hollywood Cerise

📋 copy color: '#FF029F'

red 255 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #FF029F

Tints of Hollywood Cerise #FF029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 61.3%
G = 0.48%
B = 38.22%

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

#FF029F (or 0xFF029F) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 9F. RGB value is (255,2,159). Sum of RGB (Red+Green+Blue) = 255+2+159=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF029F is #00FD60. Grayscale: #5F5F5F. Windows color (decimal): -64865 or 10420991. OLE color: 10420991.

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

Color convert

RGB 255 2 159 -
CMYK 0 0.99 0.38 0
HSL 322.77º 1% 0.5% -
HSV(B) 322.77º 0.99% 1% -
XYZ 47.52 23.81 34.89 -
YUV 95.55 163.82 241.73 -
System Red Green Blue C M Y K H S L
Decimal 255 2 159 0 0.99 0.38 0 322.77 1 0.5
Hex FF 2 9F 0 63 26 0 143 64 32
Octal 377 2 237 0 143 46 0 503 144 62
Binary 11111111 10 10011111 0 1100011 100110 0 101000011 1100100 110010

Color Harmonies of #FF029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF029F

Black with #FF029F

Text Example


Text Example

White with #FF029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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