Html Css Color HEX #F0498D French Rose

📋 copy color: '#F0498D'

red 240 ◦ green 73 ◦ blue 141

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

Shades of French Rose #F0498D

Tints of French Rose #F0498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 52.86%
G = 16.08%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0498D (or 0xF0498D) is known color: French Rose. HEX triplet: F0, 49 and 8D. RGB value is (240,73,141). Sum of RGB (Red+Green+Blue) = 240+73+141=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0498D is #0FB672. Grayscale: #828282. Windows color (decimal): -1029747 or 9259504. OLE color: 9259504.

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

Color convert

RGB 240 73 141 -
CMYK 0 0.70 0.41 0.06
HSL 335.57º 0.85% 0.61% -
HSV(B) 335.57º 0.7% 0.94% -
XYZ 43.13 25.21 27.79 -
YUV 130.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 240 73 141 0 0.70 0.41 0.06 335.57 0.85 0.61
Hex F0 49 8D 0 46 29 6 150 55 3D
Octal 360 111 215 0 106 51 6 520 125 75
Binary 11110000 1001001 10001101 0 1000110 101001 110 101010000 1010101 111101

Color Harmonies of #F0498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0498D

Black with #F0498D

Text Example


Text Example

White with #F0498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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