#FE59A4

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

Shades of Brilliant Rose #FE59A4

Tints of Brilliant Rose #FE59A4

Color information

#FE59A4 (or 0xFE59A4) is unknown color: approx Brilliant Rose. HEX triplet: FE, 59 and A4. RGB value is (254,89,164). Sum of RGB (Red+Green+Blue) = 254+89+164=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE59A4 is #01A65B. Grayscale: #929292. Windows color (decimal): -108124 or 10770942. OLE color: 10770942.

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

Color convert

RGB25489164-
CMYK00.650.350.00
HSL332.73º98.8%67.25%-
HSV(B)332.73º64.96%99.61%-
XYZ51.1530.938.39-
YUV146.88137.66204.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 89 (35.16% from 255) = 17.55%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=50.10%
G=17.55%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548916400.650.350.00332.7398.867.25
HexFE59A404123014d6343
Octal3761312440101430515143103
Binary1111111010110011010010001000001100011010100110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE59A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE59A4; }

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

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

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

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

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

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

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

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