Html Css Color HEX #F5497B French Rose

📋 copy color: '#F5497B'

red 245 ◦ green 73 ◦ blue 123

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

Shades of French Rose #F5497B

Tints of French Rose #F5497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 55.56%
G = 16.55%
B = 27.89%

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

#F5497B (or 0xF5497B) is known color: French Rose. HEX triplet: F5, 49 and 7B. RGB value is (245,73,123). Sum of RGB (Red+Green+Blue) = 245+73+123=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5497B is #0AB684. Grayscale: #828282. Windows color (decimal): -702085 or 8079861. OLE color: 8079861.

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

Color convert

RGB 245 73 123 -
CMYK 0 0.70 0.50 0.04
HSL 342.56º 0.9% 0.62% -
HSV(B) 342.56º 0.7% 0.96% -
XYZ 43.61 25.61 21.38 -
YUV 130.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 245 73 123 0 0.70 0.50 0.04 342.56 0.9 0.62
Hex F5 49 7B 0 46 32 4 157 5A 3E
Octal 365 111 173 0 106 62 4 527 132 76
Binary 11110101 1001001 1111011 0 1000110 110010 100 101010111 1011010 111110

Color Harmonies of #F5497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5497B

Black with #F5497B

Text Example


Text Example

White with #F5497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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