#FF59AD

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

Shades of Brilliant Rose #FF59AD

Tints of Brilliant Rose #FF59AD

Color information

#FF59AD (or 0xFF59AD) is unknown color: approx Brilliant Rose. HEX triplet: FF, 59 and AD. RGB value is (255,89,173). Sum of RGB (Red+Green+Blue) = 255+89+173=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59AD is #00A652. Grayscale: #949494. Windows color (decimal): -42579 or 11360767. OLE color: 11360767.

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

Color convert

RGB25589173-
CMYK00.650.320
HSL329.64º100%67.45%-
HSV(B)329.64º65.1%100%-
XYZ52.3631.4242.84-
YUV148.21142204.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 89 (35.16% from 255) = 17.21%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=49.32%
G=17.21%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558917300.650.320329.6410067.45
HexFF59AD04120014a6443
Octal3771312550101400512144103
Binary1111111110110011010110101000001100000010100101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59AD; }

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

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

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

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

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

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

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

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