#FF5AA9

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

Shades of Brilliant Rose #FF5AA9

Tints of Brilliant Rose #FF5AA9

Color information

#FF5AA9 (or 0xFF5AA9) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5A and A9. RGB value is (255,90,169). Sum of RGB (Red+Green+Blue) = 255+90+169=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5AA9 is #00A556. Grayscale: #949494. Windows color (decimal): -42327 or 11098879. OLE color: 11098879.

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

Color convert

RGB25590169-
CMYK00.650.340
HSL331.27º100%67.65%-
HSV(B)331.27º64.71%100%-
XYZ52.0631.4440.86-
YUV148.34139.66204.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.61%
GREEN value IS 90 (35.55% from 255) = 17.51%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=49.61%
G=17.51%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559016900.650.340331.2710067.65
HexFF5AA904122014b6444
Octal3771322510101420513144104
Binary1111111110110101010100101000001100010010100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5AA9; }

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

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

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

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

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

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

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

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