Html Css Color HEX #F5498E French Rose

📋 copy color: '#F5498E'

red 245 ◦ green 73 ◦ blue 142

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

Shades of French Rose #F5498E

Tints of French Rose #F5498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 53.26%
G = 15.87%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5498E (or 0xF5498E) is known color: French Rose. HEX triplet: F5, 49 and 8E. RGB value is (245,73,142). Sum of RGB (Red+Green+Blue) = 245+73+142=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5498E is #0AB671. Grayscale: #848484. Windows color (decimal): -702066 or 9325045. OLE color: 9325045.

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

Color convert

RGB 245 73 142 -
CMYK 0 0.70 0.42 0.04
HSL 335.93º 0.9% 0.62% -
HSV(B) 335.93º 0.7% 0.96% -
XYZ 44.92 26.13 28.27 -
YUV 132.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 245 73 142 0 0.70 0.42 0.04 335.93 0.9 0.62
Hex F5 49 8E 0 46 2A 4 150 5A 3E
Octal 365 111 216 0 106 52 4 520 132 76
Binary 11110101 1001001 10001110 0 1000110 101010 100 101010000 1011010 111110

Color Harmonies of #F5498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5498E

Black with #F5498E

Text Example


Text Example

White with #F5498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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