Html Css Color HEX #F7497D French Rose

📋 copy color: '#F7497D'

red 247 ◦ green 73 ◦ blue 125

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

Shades of French Rose #F7497D

Tints of French Rose #F7497D

RGB

 RED value IS 247 (96.88% from 255) = 55.51%

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

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

R = 55.51%
G = 16.4%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7497D (or 0xF7497D) is known color: French Rose. HEX triplet: F7, 49 and 7D. RGB value is (247,73,125). Sum of RGB (Red+Green+Blue) = 247+73+125=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F7497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7497D is #08B682. Grayscale: #828282. Windows color (decimal): -571011 or 8210935. OLE color: 8210935.

HSL color Cylindrical-coordinate representation of color #F7497D: hue angle of 342.07º 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 #F7497D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 73 125 -
CMYK 0 0.70 0.49 0.03
HSL 342.07º 0.92% 0.63% -
HSV(B) 342.07º 0.7% 0.97% -
XYZ 44.44 26.02 22.08 -
YUV 130.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 247 73 125 0 0.70 0.49 0.03 342.07 0.92 0.63
Hex F7 49 7D 0 46 31 3 156 5C 3F
Octal 367 111 175 0 106 61 3 526 134 77
Binary 11110111 1001001 1111101 0 1000110 110001 11 101010110 1011100 111111

Color Harmonies of #F7497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7497D

Black with #F7497D

Text Example


Text Example

White with #F7497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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