Html Css Color HEX #F9497A French Rose

📋 copy color: '#F9497A'

red 249 ◦ green 73 ◦ blue 122

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

Shades of French Rose #F9497A

Tints of French Rose #F9497A

RGB

 RED value IS 249 (97.66% from 255) = 56.08%

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 56.08%
G = 16.44%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9497A (or 0xF9497A) is known color: French Rose. HEX triplet: F9, 49 and 7A. RGB value is (249,73,122). Sum of RGB (Red+Green+Blue) = 249+73+122=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9497A is #06B685. Grayscale: #838383. Windows color (decimal): -439942 or 8014329. OLE color: 8014329.

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

Color convert

RGB 249 73 122 -
CMYK 0 0.71 0.51 0.02
HSL 343.3º 0.94% 0.63% -
HSV(B) 343.3º 0.71% 0.98% -
XYZ 44.96 26.31 21.12 -
YUV 131.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 249 73 122 0 0.71 0.51 0.02 343.3 0.94 0.63
Hex F9 49 7A 0 47 33 2 157 5E 3F
Octal 371 111 172 0 107 63 2 527 136 77
Binary 11111001 1001001 1111010 0 1000111 110011 10 101010111 1011110 111111

Color Harmonies of #F9497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9497A

Black with #F9497A

Text Example


Text Example

White with #F9497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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