#F49FEA

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

Shades of Lavender Rose #F49FEA

Tints of Lavender Rose #F49FEA

Color information

#F49FEA (or 0xF49FEA) is unknown color: approx Lavender Rose. HEX triplet: F4, 9F and EA. RGB value is (244,159,234). Sum of RGB (Red+Green+Blue) = 244+159+234=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49FEA is #0B6015. Grayscale: #C0C0C0. Windows color (decimal): -745494 or 15376372. OLE color: 15376372.

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

Color convert

RGB244159234-
CMYK00.350.040.04
HSL307.06º79.44%79.02%-
HSV(B)307.06º34.84%95.69%-
XYZ64.5649.9784.08-
YUV192.96151.16164.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.30%
GREEN value IS 159 (62.5% from 255) = 24.96%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=38.30%
G=24.96%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415923400.350.040.04307.0679.4479.02
HexF49FEA023441334f4f
Octal36423735204344463117117
Binary111101001001111111101010010001110010010011001110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49FEA; }

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

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

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

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

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

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

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

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