#FF00AF

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

Shades of Hollywood Cerise #FF00AF

Tints of Hollywood Cerise #FF00AF

Color information

#FF00AF (or 0xFF00AF) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 00 and AF. RGB value is (255,0,175). Sum of RGB (Red+Green+Blue) = 255+0+175=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00AF is #00FF50. Grayscale: #5F5F5F. Windows color (decimal): -65361 or 11469055. OLE color: 11469055.

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

Color convert

RGB2550175-
CMYK010.310
HSL318.82º100%50%-
HSV(B)318.82º100%100%-
XYZ48.9824.3642.68-
YUV96.2172.48241.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=59.30%
G=0%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550175010.310318.8210050
HexFF0AF0641F013f6432
Octal3770257014437047714462
Binary11111111010101111011001001111101001111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00AF; }

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

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

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

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

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

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

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

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