#FD589E

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

Shades of Brilliant Rose #FD589E

Tints of Brilliant Rose #FD589E

Color information

#FD589E (or 0xFD589E) is unknown color: approx Brilliant Rose. HEX triplet: FD, 58 and 9E. RGB value is (253,88,158). Sum of RGB (Red+Green+Blue) = 253+88+158=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD589E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD589E is #02A761. Grayscale: #919191. Windows color (decimal): -173922 or 10377469. OLE color: 10377469.

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

Color convert

RGB25388158-
CMYK00.650.380.01
HSL334.55º97.63%66.86%-
HSV(B)334.55º65.22%99.22%-
XYZ50.1730.3335.56-
YUV145.32135.16204.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 88 (34.77% from 255) = 17.64%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=50.70%
G=17.64%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538815800.650.380.01334.5597.6366.86
HexFD589E04126114f6243
Octal3751302360101461517142103
Binary1111110110110001001111001000001100110110100111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD589E; }

 p { color: rgb(253,88,158); }

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

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

 a { background-color: rgb(253,88,158); }

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

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

 span { border-color: rgb(253,88,158); }

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