#FF59AF

Color #FF59AF Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF59AF

Tints of Brilliant Rose #FF59AF

Color information

#FF59AF (or 0xFF59AF) is unknown color: approx Brilliant Rose. HEX triplet: FF, 59 and AF. RGB value is (255,89,175). Sum of RGB (Red+Green+Blue) = 255+89+175=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59AF is #00A650. Grayscale: #949494. Windows color (decimal): -42577 or 11491839. OLE color: 11491839.

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

Color convert

RGB25589175-
CMYK00.650.310
HSL328.92º100%67.45%-
HSV(B)328.92º65.1%100%-
XYZ52.5531.543.87-
YUV148.44143204.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 89 (35.16% from 255) = 17.15%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=49.13%
G=17.15%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558917500.650.310328.9210067.45
HexFF59AF0411F01496443
Octal3771312570101370511144103
Binary111111111011001101011110100000111111010100100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59AF; }

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

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

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

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

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

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

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

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