#FF59A9

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

Shades of Brilliant Rose #FF59A9

Tints of Brilliant Rose #FF59A9

Color information

#FF59A9 (or 0xFF59A9) is unknown color: approx Brilliant Rose. HEX triplet: FF, 59 and A9. RGB value is (255,89,169). Sum of RGB (Red+Green+Blue) = 255+89+169=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59A9 is #00A656. Grayscale: #939393. Windows color (decimal): -42583 or 11098623. OLE color: 11098623.

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

Color convert

RGB25589169-
CMYK00.650.340
HSL331.08º100%67.45%-
HSV(B)331.08º65.1%100%-
XYZ51.9731.2740.83-
YUV147.75140204.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 89 (35.16% from 255) = 17.35%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=49.71%
G=17.35%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558916900.650.340331.0810067.45
HexFF59A904122014b6443
Octal3771312510101420513144103
Binary1111111110110011010100101000001100010010100101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59A9; }

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

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

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

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

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

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

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

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