#FD5282

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

Shades of French Rose #FD5282

Tints of French Rose #FD5282

Color information

#FD5282 (or 0xFD5282) is unknown color: approx French Rose. HEX triplet: FD, 52 and 82. RGB value is (253,82,130). Sum of RGB (Red+Green+Blue) = 253+82+130=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5282 is #02AD7D. Grayscale: #8A8A8A. Windows color (decimal): -175486 or 8540925. OLE color: 8540925.

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

Color convert

RGB25382130-
CMYK00.680.490.01
HSL343.16º97.71%65.69%-
HSV(B)343.16º67.59%99.22%-
XYZ47.5528.5324.12-
YUV138.6123.15209.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=54.41%
G=17.63%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538213000.680.490.01343.1697.7165.69
HexFD52820443111576242
Octal3751222020104611527142102
Binary1111110110100101000001001000100110001110101011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5282; }

 p { color: rgb(253,82,130); }

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

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

 a { background-color: rgb(253,82,130); }

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

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

 span { border-color: rgb(253,82,130); }

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