Html Css Color HEX #F9497B French Rose

📋 copy color: '#F9497B'

red 249 ◦ green 73 ◦ blue 123

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

Shades of French Rose #F9497B

Tints of French Rose #F9497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 55.96%
G = 16.4%
B = 27.64%

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

#F9497B (or 0xF9497B) is known color: French Rose. HEX triplet: F9, 49 and 7B. RGB value is (249,73,123). Sum of RGB (Red+Green+Blue) = 249+73+123=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9497B is #06B684. Grayscale: #838383. Windows color (decimal): -439941 or 8079865. OLE color: 8079865.

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

Color convert

RGB 249 73 123 -
CMYK 0 0.71 0.51 0.02
HSL 342.95º 0.94% 0.63% -
HSV(B) 342.95º 0.71% 0.98% -
XYZ 45.02 26.33 21.45 -
YUV 131.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 249 73 123 0 0.71 0.51 0.02 342.95 0.94 0.63
Hex F9 49 7B 0 47 33 2 157 5E 3F
Octal 371 111 173 0 107 63 2 527 136 77
Binary 11111001 1001001 1111011 0 1000111 110011 10 101010111 1011110 111111

Color Harmonies of #F9497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9497B

Black with #F9497B

Text Example


Text Example

White with #F9497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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