#FD497A

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

Shades of French Rose #FD497A

Tints of French Rose #FD497A

Color information

#FD497A (or 0xFD497A) is unknown color: approx French Rose. HEX triplet: FD, 49 and 7A. RGB value is (253,73,122). Sum of RGB (Red+Green+Blue) = 253+73+122=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD497A is #02B685. Grayscale: #848484. Windows color (decimal): -177798 or 8014333. OLE color: 8014333.

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

Color convert

RGB25373122-
CMYK00.710.520.01
HSL343.67º97.83%63.92%-
HSV(B)343.67º71.15%99.22%-
XYZ46.427.0521.19-
YUV132.41122.13214.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.47%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=56.47%
G=16.29%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537312200.710.520.01343.6797.8363.92
HexFD497A0473411586240
Octal3751111720107641530142100
Binary111111011001001111101001000111110100110101100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD497A; }

 p { color: rgb(253,73,122); }

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

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

 a { background-color: rgb(253,73,122); }

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

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

 span { border-color: rgb(253,73,122); }

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