#f498e2

Color #F498E2 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F498E2

Tints of Lavender Rose #F498E2

Color information

#F498E2 (or 0xF498E2) is unknown color: approx Lavender Rose. HEX triplet: F4, 98 and E2. RGB value is (244,152,226). Sum of RGB (Red+Green+Blue) = 244+152+226=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F498E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498E2 is #0B671D. Grayscale: #BBBBBB. Windows color (decimal): -747294 or 14850292. OLE color: 14850292.

HSL color Cylindrical-coordinate representation of color #F498E2: hue angle of 311.74º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498E2 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB244152226-
CMYK00.380.070.04
HSL311.74º80.7%77.65%-
HSV(B)311.74º37.7%95.69%-
XYZ62.2647.1877.78-
YUV187.94149.48167.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.23%
GREEN value IS 152 (59.77% from 255) = 24.44%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=39.23%
G=24.44%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415222600.380.070.04311.7480.777.65
HexF498E202674138514e
Octal36423034204674470121116
Binary111101001001100011100010010011011110010011100010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f498e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f498e2; }

 p { color: rgb(244,152,226); }

 H1.HeaderClassName
 {
   color: #f498e2;
 }
 .AnyTagClassName
 {
   color: #f498e2;
 }
</style>
background-color css

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

 a { background-color: rgb(244,152,226); }

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

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

 span { border-color: rgb(244,152,226); }

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