Html Css Color HEX #FA497D French Rose

📋 copy color: '#FA497D'

red 250 ◦ green 73 ◦ blue 125

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

Shades of French Rose #FA497D

Tints of French Rose #FA497D

RGB

 RED value IS 250 (98.05% from 255) = 55.8%

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 55.8%
G = 16.29%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA497D (or 0xFA497D) is known color: French Rose. HEX triplet: FA, 49 and 7D. RGB value is (250,73,125). Sum of RGB (Red+Green+Blue) = 250+73+125=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA497D is #05B682. Grayscale: #838383. Windows color (decimal): -374403 or 8210938. OLE color: 8210938.

HSL color Cylindrical-coordinate representation of color #FA497D: hue angle of 342.37º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA497D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 73 125 -
CMYK 0 0.71 0.50 0.02
HSL 342.37º 0.95% 0.63% -
HSV(B) 342.37º 0.71% 0.98% -
XYZ 45.51 26.57 22.13 -
YUV 131.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 250 73 125 0 0.71 0.50 0.02 342.37 0.95 0.63
Hex FA 49 7D 0 47 32 2 156 5F 3F
Octal 372 111 175 0 107 62 2 526 137 77
Binary 11111010 1001001 1111101 0 1000111 110010 10 101010110 1011111 111111

Color Harmonies of #FA497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA497D

Black with #FA497D

Text Example


Text Example

White with #FA497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA497D; }

 p { color: rgb(250,73,125); }

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

background-color css

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

 a { background-color: rgb(250,73,125); }

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

border-color css

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

 span { border-color: rgb(250,73,125); }

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