#FD5485

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

Shades of French Rose #FD5485

Tints of French Rose #FD5485

Color information

#FD5485 (or 0xFD5485) is unknown color: approx French Rose. HEX triplet: FD, 54 and 85. RGB value is (253,84,133). Sum of RGB (Red+Green+Blue) = 253+84+133=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5485 is #02AB7A. Grayscale: #8C8C8C. Windows color (decimal): -174971 or 8738045. OLE color: 8738045.

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

Color convert

RGB25384133-
CMYK00.670.470.01
HSL342.6º97.69%66.08%-
HSV(B)342.6º66.8%99.22%-
XYZ47.9128.9225.25-
YUV140.12123.99208.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.83%
GREEN value IS 84 (33.20% from 255) = 17.87%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=53.83%
G=17.87%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538413300.670.470.01342.697.6966.08
HexFD54850432F11576242
Octal3751242050103571527142102
Binary1111110110101001000010101000011101111110101011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5485; }

 p { color: rgb(253,84,133); }

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

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

 a { background-color: rgb(253,84,133); }

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

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

 span { border-color: rgb(253,84,133); }

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