Html Css Color HEX #F6497C French Rose

📋 copy color: '#F6497C'

red 246 ◦ green 73 ◦ blue 124

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

Shades of French Rose #F6497C

Tints of French Rose #F6497C

RGB

 RED value IS 246 (96.48% from 255) = 55.53%

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 55.53%
G = 16.48%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6497C (or 0xF6497C) is known color: French Rose. HEX triplet: F6, 49 and 7C. RGB value is (246,73,124). Sum of RGB (Red+Green+Blue) = 246+73+124=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6497C is #09B683. Grayscale: #828282. Windows color (decimal): -636548 or 8145398. OLE color: 8145398.

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

Color convert

RGB 246 73 124 -
CMYK 0 0.70 0.50 0.04
HSL 342.31º 0.91% 0.63% -
HSV(B) 342.31º 0.7% 0.96% -
XYZ 44.03 25.81 21.73 -
YUV 130.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 246 73 124 0 0.70 0.50 0.04 342.31 0.91 0.63
Hex F6 49 7C 0 46 32 4 156 5B 3F
Octal 366 111 174 0 106 62 4 526 133 77
Binary 11110110 1001001 1111100 0 1000110 110010 100 101010110 1011011 111111

Color Harmonies of #F6497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6497C

Black with #F6497C

Text Example


Text Example

White with #F6497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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