#FF01AD

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

Shades of Hollywood Cerise #FF01AD

Tints of Hollywood Cerise #FF01AD

Color information

#FF01AD (or 0xFF01AD) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 01 and AD. RGB value is (255,1,173). Sum of RGB (Red+Green+Blue) = 255+1+173=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01AD is #00FE52. Grayscale: #606060. Windows color (decimal): -65107 or 11338239. OLE color: 11338239.

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

Color convert

RGB2551173-
CMYK01.000.320
HSL319.37º100%50.2%-
HSV(B)319.37º99.61%100%-
XYZ48.7924.341.65-
YUV96.55171.15241.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.44%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=59.44%
G=0.23%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255117301.000.320319.3710050.2
HexFF1AD06420013f6432
Octal3771255014440047714462
Binary111111111101011010110010010000001001111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF01AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF01AD; }

 p { color: rgb(255,1,173); }

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

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

 a { background-color: rgb(255,1,173); }

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

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

 span { border-color: rgb(255,1,173); }

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