Html Css Color HEX #FD497C French Rose

📋 copy color: '#FD497C'

red 253 ◦ green 73 ◦ blue 124

#FD497C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FD497C

Tints of French Rose #FD497C

RGB

 RED value IS 253 (99.22% from 255) = 56.22%

 GREEN value IS 73 (28.91% from 255) = 16.22%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 56.22%
G = 16.22%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD497C (or 0xFD497C) is known color: French Rose. HEX triplet: FD, 49 and 7C. RGB value is (253,73,124). Sum of RGB (Red+Green+Blue) = 253+73+124=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD497C is #02B683. Grayscale: #848484. Windows color (decimal): -177796 or 8145405. OLE color: 8145405.

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

Color convert

RGB 253 73 124 -
CMYK 0 0.71 0.51 0.01
HSL 343º 0.98% 0.64% -
HSV(B) 343º 0.71% 0.99% -
XYZ 46.53 27.1 21.85 -
YUV 132.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 253 73 124 0 0.71 0.51 0.01 343 0.98 0.64
Hex FD 49 7C 0 47 33 1 157 62 40
Octal 375 111 174 0 107 63 1 527 142 100
Binary 11111101 1001001 1111100 0 1000111 110011 1 101010111 1100010 1000000

Color Harmonies of #FD497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD497C

Black with #FD497C

Text Example


Text Example

White with #FD497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD497C; }

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

 H1.HeaderClassName
 {
   color: #FD497C;
 }
 .AnyTagClassName
 {
   color: #FD497C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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