#FE59AE

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

Shades of Brilliant Rose #FE59AE

Tints of Brilliant Rose #FE59AE

Color information

#FE59AE (or 0xFE59AE) is unknown color: approx Brilliant Rose. HEX triplet: FE, 59 and AE. RGB value is (254,89,174). Sum of RGB (Red+Green+Blue) = 254+89+174=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE59AE is #01A651. Grayscale: #939393. Windows color (decimal): -108114 or 11426302. OLE color: 11426302.

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

Color convert

RGB25489174-
CMYK00.650.310.00
HSL329.09º98.8%67.25%-
HSV(B)329.09º64.96%99.61%-
XYZ52.0931.2743.34-
YUV148.02142.66203.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 89 (35.16% from 255) = 17.21%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=49.13%
G=17.21%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548917400.650.310.00329.0998.867.25
HexFE59AE0411F01496343
Octal3761312560101370511143103
Binary111111101011001101011100100000111111010100100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE59AE; }

 p { color: rgb(254,89,174); }

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

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

 a { background-color: rgb(254,89,174); }

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

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

 span { border-color: rgb(254,89,174); }

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