#F7497C

Color #F7497C French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F7497C

Tints of French Rose #F7497C

Color information

#F7497C (or 0xF7497C) is unknown color: approx French Rose. HEX triplet: F7, 49 and 7C. RGB value is (247,73,124). Sum of RGB (Red+Green+Blue) = 247+73+124=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7497C is #08B683. Grayscale: #828282. Windows color (decimal): -571012 or 8145399. OLE color: 8145399.

HSL color Cylindrical-coordinate representation of color #F7497C: hue angle of 342.41º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7497C is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB24773124-
CMYK00.700.500.03
HSL342.41º91.58%62.75%-
HSV(B)342.41º70.45%96.86%-
XYZ44.3825.9921.75-
YUV130.84124.15210.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.63%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=55.63%
G=16.44%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477312400.700.500.03342.4191.5862.75
HexF7497C0463231565c3f
Octal367111174010662352613477
Binary111101111001001111110001000110110010111010101101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7497C; }

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

 H1.HeaderClassName
 {
   color: #F7497C;
 }
 .AnyTagClassName
 {
   color: #F7497C;
 }
</style>
background-color css

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

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

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

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

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

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