Html Css Color HEX #F5497C French Rose

📋 copy color: '#F5497C'

red 245 ◦ green 73 ◦ blue 124

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

Shades of French Rose #F5497C

Tints of French Rose #F5497C

RGB

 RED value IS 245 (96.09% from 255) = 55.43%

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

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

R = 55.43%
G = 16.52%
B = 28.05%

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

#F5497C (or 0xF5497C) is known color: French Rose. HEX triplet: F5, 49 and 7C. RGB value is (245,73,124). Sum of RGB (Red+Green+Blue) = 245+73+124=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5497C is #0AB683. Grayscale: #828282. Windows color (decimal): -702084 or 8145397. OLE color: 8145397.

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

Color convert

RGB 245 73 124 -
CMYK 0 0.70 0.49 0.04
HSL 342.21º 0.9% 0.62% -
HSV(B) 342.21º 0.7% 0.96% -
XYZ 43.68 25.63 21.71 -
YUV 130.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 245 73 124 0 0.70 0.49 0.04 342.21 0.9 0.62
Hex F5 49 7C 0 46 31 4 156 5A 3E
Octal 365 111 174 0 106 61 4 526 132 76
Binary 11110101 1001001 1111100 0 1000110 110001 100 101010110 1011010 111110

Color Harmonies of #F5497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5497C

Black with #F5497C

Text Example


Text Example

White with #F5497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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