#F5498A

Color #F5498A French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F5498A

Tints of French Rose #F5498A

Color information

#F5498A (or 0xF5498A) is unknown color: approx French Rose. HEX triplet: F5, 49 and 8A. RGB value is (245,73,138). Sum of RGB (Red+Green+Blue) = 245+73+138=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5498A is #0AB675. Grayscale: #838383. Windows color (decimal): -702070 or 9062901. OLE color: 9062901.

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

Color convert

RGB24573138-
CMYK00.700.440.04
HSL337.33º89.58%62.35%-
HSV(B)337.33º70.2%96.08%-
XYZ44.6326.0126.71-
YUV131.84131.48208.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.73%
GREEN value IS 73 (28.91% from 255) = 16.01%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=53.73%
G=16.01%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457313800.700.440.04337.3389.5862.35
HexF5498A0462C41515a3e
Octal365111212010654452113276
Binary11110101100100110001010010001101011001001010100011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5498A; }

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

 H1.HeaderClassName
 {
   color: #F5498A;
 }
 .AnyTagClassName
 {
   color: #F5498A;
 }
</style>
background-color css

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

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

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

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

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

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