#FD5390

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

Shades of French Rose #FD5390

Tints of French Rose #FD5390

Color information

#FD5390 (or 0xFD5390) is unknown color: approx French Rose. HEX triplet: FD, 53 and 90. RGB value is (253,83,144). Sum of RGB (Red+Green+Blue) = 253+83+144=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5390 is #02AC6F. Grayscale: #8C8C8C. Windows color (decimal): -175216 or 9458685. OLE color: 9458685.

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

Color convert

RGB25383144-
CMYK00.670.430.01
HSL338.47º97.7%65.88%-
HSV(B)338.47º67.19%99.22%-
XYZ48.6429.0829.44-
YUV140.78129.82208.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.71%
GREEN value IS 83 (32.81% from 255) = 17.29%
BLUE value IS 144 (56.64% from 255) = 30%
R=52.71%
G=17.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538314400.670.430.01338.4797.765.88
HexFD53900432B11526242
Octal3751232200103531522142102
Binary1111110110100111001000001000011101011110101001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5390; }

 p { color: rgb(253,83,144); }

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

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

 a { background-color: rgb(253,83,144); }

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

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

 span { border-color: rgb(253,83,144); }

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