#F497EA

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

Shades of Lavender Rose #F497EA

Tints of Lavender Rose #F497EA

Color information

#F497EA (or 0xF497EA) is unknown color: approx Lavender Rose. HEX triplet: F4, 97 and EA. RGB value is (244,151,234). Sum of RGB (Red+Green+Blue) = 244+151+234=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F497EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F497EA is #0B6815. Grayscale: #BCBCBC. Windows color (decimal): -747542 or 15374324. OLE color: 15374324.

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

Color convert

RGB244151234-
CMYK00.380.040.04
HSL306.45º80.87%77.45%-
HSV(B)306.45º38.11%95.69%-
XYZ63.2347.3183.64-
YUV188.27153.81167.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.79%
GREEN value IS 151 (59.38% from 255) = 24.01%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=38.79%
G=24.01%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415123400.380.040.04306.4580.8777.45
HexF497EA02644132514d
Octal36422735204644462121115
Binary111101001001011111101010010011010010010011001010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F497EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F497EA; }

 p { color: rgb(244,151,234); }

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

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

 a { background-color: rgb(244,151,234); }

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

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

 span { border-color: rgb(244,151,234); }

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