#FD518E

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

Shades of French Rose #FD518E

Tints of French Rose #FD518E

Color information

#FD518E (or 0xFD518E) is unknown color: approx French Rose. HEX triplet: FD, 51 and 8E. RGB value is (253,81,142). Sum of RGB (Red+Green+Blue) = 253+81+142=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD518E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD518E is #02AE71. Grayscale: #8B8B8B. Windows color (decimal): -175730 or 9327101. OLE color: 9327101.

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

Color convert

RGB25381142-
CMYK00.680.440.01
HSL338.72º97.73%65.49%-
HSV(B)338.72º67.98%99.22%-
XYZ48.3328.7228.59-
YUV139.38129.48209.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.15%
GREEN value IS 81 (32.03% from 255) = 17.02%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=53.15%
G=17.02%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538114200.680.440.01338.7297.7365.49
HexFD518E0442C11536241
Octal3751212160104541523142101
Binary1111110110100011000111001000100101100110101001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD518E; }

 p { color: rgb(253,81,142); }

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

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

 a { background-color: rgb(253,81,142); }

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

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

 span { border-color: rgb(253,81,142); }

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