#FF5AAE

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

Shades of Brilliant Rose #FF5AAE

Tints of Brilliant Rose #FF5AAE

Color information

#FF5AAE (or 0xFF5AAE) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5A and AE. RGB value is (255,90,174). Sum of RGB (Red+Green+Blue) = 255+90+174=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5AAE is #00A551. Grayscale: #949494. Windows color (decimal): -42322 or 11426559. OLE color: 11426559.

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

Color convert

RGB25590174-
CMYK00.650.320
HSL329.45º100%67.65%-
HSV(B)329.45º64.71%100%-
XYZ52.5431.6343.38-
YUV148.91142.16203.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 90 (35.55% from 255) = 17.34%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=49.13%
G=17.34%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559017400.650.320329.4510067.65
HexFF5AAE0412001496444
Octal3771322560101400511144104
Binary1111111110110101010111001000001100000010100100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5AAE; }

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

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

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

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

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

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

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

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