#F19AEA

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

Shades of Lavender Rose #F19AEA

Tints of Lavender Rose #F19AEA

Color information

#F19AEA (or 0xF19AEA) is unknown color: approx Lavender Rose. HEX triplet: F1, 9A and EA. RGB value is (241,154,234). Sum of RGB (Red+Green+Blue) = 241+154+234=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AEA is #0E6515. Grayscale: #BCBCBC. Windows color (decimal): -943382 or 15375089. OLE color: 15375089.

HSL color Cylindrical-coordinate representation of color #F19AEA: hue angle of 304.83º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AEA is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241154234-
CMYK00.360.030.05
HSL304.83º75.65%77.45%-
HSV(B)304.83º36.1%94.51%-
XYZ62.6847.7583.76-
YUV189.13153.32165-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=38.31%
G=24.48%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115423400.360.030.05304.8375.6577.45
HexF19AEA024351314c4d
Octal36123235204435461114115
Binary11110001100110101110101001001001110110011000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AEA; }

 p { color: rgb(241,154,234); }

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

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

 a { background-color: rgb(241,154,234); }

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

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

 span { border-color: rgb(241,154,234); }

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