Html Css Color HEX #FB02AB Hollywood Cerise

📋 copy color: '#FB02AB'

red 251 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #FB02AB

Tints of Hollywood Cerise #FB02AB

RGB

 RED value IS 251 (98.44% from 255) = 59.2%

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

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

R = 59.2%
G = 0.47%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB02AB (or 0xFB02AB) is known color: Hollywood Cerise. HEX triplet: FB, 02 and AB. RGB value is (251,2,171). Sum of RGB (Red+Green+Blue) = 251+2+171=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB02AB is #04FD54. Grayscale: #5F5F5F. Windows color (decimal): -326997 or 11207419. OLE color: 11207419.

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

Color convert

RGB 251 2 171 -
CMYK 0 0.99 0.32 0.02
HSL 319.28º 0.98% 0.5% -
HSV(B) 319.28º 0.99% 0.98% -
XYZ 47.16 23.49 40.58 -
YUV 95.72 170.49 238.76 -
System Red Green Blue C M Y K H S L
Decimal 251 2 171 0 0.99 0.32 0.02 319.28 0.98 0.5
Hex FB 2 AB 0 63 20 2 13F 62 32
Octal 373 2 253 0 143 40 2 477 142 62
Binary 11111011 10 10101011 0 1100011 100000 10 100111111 1100010 110010

Color Harmonies of #FB02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB02AB

Black with #FB02AB

Text Example


Text Example

White with #FB02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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