Html Css Color HEX #FD497F French Rose

📋 copy color: '#FD497F'

red 253 ◦ green 73 ◦ blue 127

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

Shades of French Rose #FD497F

Tints of French Rose #FD497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.04%

R = 55.85%
G = 16.11%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD497F (or 0xFD497F) is known color: French Rose. HEX triplet: FD, 49 and 7F. RGB value is (253,73,127). Sum of RGB (Red+Green+Blue) = 253+73+127=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD497F is #02B680. Grayscale: #848484. Windows color (decimal): -177793 or 8342013. OLE color: 8342013.

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

Color convert

RGB 253 73 127 -
CMYK 0 0.71 0.50 0.01
HSL 342º 0.98% 0.64% -
HSV(B) 342º 0.71% 0.99% -
XYZ 46.72 27.18 22.86 -
YUV 132.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 253 73 127 0 0.71 0.50 0.01 342 0.98 0.64
Hex FD 49 7F 0 47 32 1 156 62 40
Octal 375 111 177 0 107 62 1 526 142 100
Binary 11111101 1001001 1111111 0 1000111 110010 1 101010110 1100010 1000000

Color Harmonies of #FD497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD497F

Black with #FD497F

Text Example


Text Example

White with #FD497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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