#FE59A3

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

Shades of Brilliant Rose #FE59A3

Tints of Brilliant Rose #FE59A3

Color information

#FE59A3 (or 0xFE59A3) is unknown color: approx Brilliant Rose. HEX triplet: FE, 59 and A3. RGB value is (254,89,163). Sum of RGB (Red+Green+Blue) = 254+89+163=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE59A3 is #01A65C. Grayscale: #929292. Windows color (decimal): -108125 or 10705406. OLE color: 10705406.

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

Color convert

RGB25489163-
CMYK00.650.360.00
HSL333.09º98.8%67.25%-
HSV(B)333.09º64.96%99.61%-
XYZ51.0630.8637.92-
YUV146.77137.16204.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 89 (35.16% from 255) = 17.59%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=50.20%
G=17.59%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548916300.650.360.00333.0998.867.25
HexFE59A304124014d6343
Octal3761312430101440515143103
Binary1111111010110011010001101000001100100010100110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE59A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE59A3; }

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

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

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

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

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

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

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

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