Html Css Color HEX #F0498E French Rose

📋 copy color: '#F0498E'

red 240 ◦ green 73 ◦ blue 142

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

Shades of French Rose #F0498E

Tints of French Rose #F0498E

RGB

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

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

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

R = 52.75%
G = 16.04%
B = 31.21%

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

#F0498E (or 0xF0498E) is known color: French Rose. HEX triplet: F0, 49 and 8E. RGB value is (240,73,142). Sum of RGB (Red+Green+Blue) = 240+73+142=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0498E is #0FB671. Grayscale: #828282. Windows color (decimal): -1029746 or 9325040. OLE color: 9325040.

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

Color convert

RGB 240 73 142 -
CMYK 0 0.70 0.41 0.06
HSL 335.21º 0.85% 0.61% -
HSV(B) 335.21º 0.7% 0.94% -
XYZ 43.2 25.24 28.19 -
YUV 130.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 240 73 142 0 0.70 0.41 0.06 335.21 0.85 0.61
Hex F0 49 8E 0 46 29 6 14F 55 3D
Octal 360 111 216 0 106 51 6 517 125 75
Binary 11110000 1001001 10001110 0 1000110 101001 110 101001111 1010101 111101

Color Harmonies of #F0498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0498E

Black with #F0498E

Text Example


Text Example

White with #F0498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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