#FD5991

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

Shades of French Rose #FD5991

Tints of French Rose #FD5991

Color information

#FD5991 (or 0xFD5991) is unknown color: approx French Rose. HEX triplet: FD, 59 and 91. RGB value is (253,89,145). Sum of RGB (Red+Green+Blue) = 253+89+145=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5991 is #02A66E. Grayscale: #909090. Windows color (decimal): -173679 or 9525757. OLE color: 9525757.

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

Color convert

RGB25389145-
CMYK00.650.430.01
HSL339.51º97.62%67.06%-
HSV(B)339.51º64.82%99.22%-
XYZ49.1930.0730-
YUV144.42128.33205.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=51.95%
G=18.28%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538914500.650.430.01339.5197.6267.06
HexFD59910412B11546243
Octal3751312210101531524142103
Binary1111110110110011001000101000001101011110101010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5991; }

 p { color: rgb(253,89,145); }

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

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

 a { background-color: rgb(253,89,145); }

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

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

 span { border-color: rgb(253,89,145); }

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