Html Css Color HEX #F6497D French Rose

📋 copy color: '#F6497D'

red 246 ◦ green 73 ◦ blue 125

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

Shades of French Rose #F6497D

Tints of French Rose #F6497D

RGB

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

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

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

R = 55.41%
G = 16.44%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6497D (or 0xF6497D) is known color: French Rose. HEX triplet: F6, 49 and 7D. RGB value is (246,73,125). Sum of RGB (Red+Green+Blue) = 246+73+125=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F6497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6497D is #09B682. Grayscale: #828282. Windows color (decimal): -636547 or 8210934. OLE color: 8210934.

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

Color convert

RGB 246 73 125 -
CMYK 0 0.70 0.49 0.04
HSL 341.97º 0.91% 0.63% -
HSV(B) 341.97º 0.7% 0.96% -
XYZ 44.09 25.84 22.07 -
YUV 130.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 246 73 125 0 0.70 0.49 0.04 341.97 0.91 0.63
Hex F6 49 7D 0 46 31 4 156 5B 3F
Octal 366 111 175 0 106 61 4 526 133 77
Binary 11110110 1001001 1111101 0 1000110 110001 100 101010110 1011011 111111

Color Harmonies of #F6497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6497D

Black with #F6497D

Text Example


Text Example

White with #F6497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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