#FD518F

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

Shades of French Rose #FD518F

Tints of French Rose #FD518F

Color information

#FD518F (or 0xFD518F) is unknown color: approx French Rose. HEX triplet: FD, 51 and 8F. RGB value is (253,81,143). Sum of RGB (Red+Green+Blue) = 253+81+143=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD518F is #02AE70. Grayscale: #8B8B8B. Windows color (decimal): -175729 or 9392637. OLE color: 9392637.

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

Color convert

RGB25381143-
CMYK00.680.430.01
HSL338.37º97.73%65.49%-
HSV(B)338.37º67.98%99.22%-
XYZ48.4128.7528.98-
YUV139.5129.98208.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 81 (32.03% from 255) = 16.98%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=53.04%
G=16.98%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538114300.680.430.01338.3797.7365.49
HexFD518F0442B11526241
Octal3751212170104531522142101
Binary1111110110100011000111101000100101011110101001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD518F; }

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

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

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

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

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

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

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

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