Html Css Color HEX #F0498A French Rose

📋 copy color: '#F0498A'

red 240 ◦ green 73 ◦ blue 138

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

Shades of French Rose #F0498A

Tints of French Rose #F0498A

RGB

 RED value IS 240 (94.14% from 255) = 53.22%

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 53.22%
G = 16.19%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0498A (or 0xF0498A) is known color: French Rose. HEX triplet: F0, 49 and 8A. RGB value is (240,73,138). Sum of RGB (Red+Green+Blue) = 240+73+138=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0498A is #0FB675. Grayscale: #828282. Windows color (decimal): -1029750 or 9062896. OLE color: 9062896.

HSL color Cylindrical-coordinate representation of color #F0498A: hue angle of 336.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0498A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 138 -
CMYK 0 0.70 0.42 0.06
HSL 336.65º 0.85% 0.61% -
HSV(B) 336.65º 0.7% 0.94% -
XYZ 42.91 25.13 26.63 -
YUV 130.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 240 73 138 0 0.70 0.42 0.06 336.65 0.85 0.61
Hex F0 49 8A 0 46 2A 6 151 55 3D
Octal 360 111 212 0 106 52 6 521 125 75
Binary 11110000 1001001 10001010 0 1000110 101010 110 101010001 1010101 111101

Color Harmonies of #F0498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0498A

Black with #F0498A

Text Example


Text Example

White with #F0498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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