#FE579E

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

Shades of Brilliant Rose #FE579E

Tints of Brilliant Rose #FE579E

Color information

#FE579E (or 0xFE579E) is unknown color: approx Brilliant Rose. HEX triplet: FE, 57 and 9E. RGB value is (254,87,158). Sum of RGB (Red+Green+Blue) = 254+87+158=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE579E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE579E is #01A861. Grayscale: #909090. Windows color (decimal): -108642 or 10377214. OLE color: 10377214.

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

Color convert

RGB25487158-
CMYK00.660.380.00
HSL334.49º98.82%66.86%-
HSV(B)334.49º65.75%99.61%-
XYZ50.4530.3635.55-
YUV145.03135.33205.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 87 (34.38% from 255) = 17.43%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=50.90%
G=17.43%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548715800.660.380.00334.4998.8266.86
HexFE579E04226014e6343
Octal3761272360102460516143103
Binary1111111010101111001111001000010100110010100111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE579E; }

 p { color: rgb(254,87,158); }

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

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

 a { background-color: rgb(254,87,158); }

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

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

 span { border-color: rgb(254,87,158); }

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