#FF00AB

Color #FF00AB Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FF00AB

Tints of Hollywood Cerise #FF00AB

Color information

#FF00AB (or 0xFF00AB) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 00 and AB. RGB value is (255,0,171). Sum of RGB (Red+Green+Blue) = 255+0+171=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00AB is #00FF54. Grayscale: #5F5F5F. Windows color (decimal): -65365 or 11206911. OLE color: 11206911.

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

Color convert

RGB2550171-
CMYK010.330
HSL319.76º100%50%-
HSV(B)319.76º100%100%-
XYZ48.5924.240.64-
YUV95.74170.48241.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=59.86%
G=0%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550171010.330319.7610050
HexFF0AB0642101406432
Octal3770253014441050014462
Binary111111110101010110110010010000101010000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00AB; }

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

 H1.HeaderClassName
 {
   color: #FF00AB;
 }
 .AnyTagClassName
 {
   color: #FF00AB;
 }
</style>
background-color css

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

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

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

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

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

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