Html Css Color HEX #FF02AB Hollywood Cerise

📋 copy color: '#FF02AB'

red 255 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #FF02AB

Tints of Hollywood Cerise #FF02AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 59.58%
G = 0.47%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF02AB (or 0xFF02AB) is known color: Hollywood Cerise. HEX triplet: FF, 02 and AB. RGB value is (255,2,171). Sum of RGB (Red+Green+Blue) = 255+2+171=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF02AB is #00FD54. Grayscale: #606060. Windows color (decimal): -64853 or 11207423. OLE color: 11207423.

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

Color convert

RGB 255 2 171 -
CMYK 0 0.99 0.33 0
HSL 319.92º 1% 0.5% -
HSV(B) 319.92º 0.99% 1% -
XYZ 48.61 24.24 40.65 -
YUV 96.91 169.82 240.76 -
System Red Green Blue C M Y K H S L
Decimal 255 2 171 0 0.99 0.33 0 319.92 1 0.5
Hex FF 2 AB 0 63 21 0 140 64 32
Octal 377 2 253 0 143 41 0 500 144 62
Binary 11111111 10 10101011 0 1100011 100001 0 101000000 1100100 110010

Color Harmonies of #FF02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02AB

Black with #FF02AB

Text Example


Text Example

White with #FF02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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