Html Css Color HEX #FF029B Hollywood Cerise

📋 copy color: '#FF029B'

red 255 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #FF029B

Tints of Hollywood Cerise #FF029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 61.89%
G = 0.49%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF029B (or 0xFF029B) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 9B. RGB value is (255,2,155). Sum of RGB (Red+Green+Blue) = 255+2+155=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF029B is #00FD64. Grayscale: #5E5E5E. Windows color (decimal): -64869 or 10158847. OLE color: 10158847.

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

Color convert

RGB 255 2 155 -
CMYK 0 0.99 0.39 0
HSL 323.72º 1% 0.5% -
HSV(B) 323.72º 0.99% 1% -
XYZ 47.18 23.67 33.09 -
YUV 95.09 161.82 242.06 -
System Red Green Blue C M Y K H S L
Decimal 255 2 155 0 0.99 0.39 0 323.72 1 0.5
Hex FF 2 9B 0 63 27 0 144 64 32
Octal 377 2 233 0 143 47 0 504 144 62
Binary 11111111 10 10011011 0 1100011 100111 0 101000100 1100100 110010

Color Harmonies of #FF029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF029B

Black with #FF029B

Text Example


Text Example

White with #FF029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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