Html Css Color HEX #F0498B French Rose

📋 copy color: '#F0498B'

red 240 ◦ green 73 ◦ blue 139

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

Shades of French Rose #F0498B

Tints of French Rose #F0498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 53.1%
G = 16.15%
B = 30.75%

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

#F0498B (or 0xF0498B) is known color: French Rose. HEX triplet: F0, 49 and 8B. RGB value is (240,73,139). Sum of RGB (Red+Green+Blue) = 240+73+139=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0498B is #0FB674. Grayscale: #828282. Windows color (decimal): -1029749 or 9128432. OLE color: 9128432.

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

Color convert

RGB 240 73 139 -
CMYK 0 0.70 0.42 0.06
HSL 336.29º 0.85% 0.61% -
HSV(B) 336.29º 0.7% 0.94% -
XYZ 42.98 25.15 27.02 -
YUV 130.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 240 73 139 0 0.70 0.42 0.06 336.29 0.85 0.61
Hex F0 49 8B 0 46 2A 6 150 55 3D
Octal 360 111 213 0 106 52 6 520 125 75
Binary 11110000 1001001 10001011 0 1000110 101010 110 101010000 1010101 111101

Color Harmonies of #F0498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0498B

Black with #F0498B

Text Example


Text Example

White with #F0498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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