#F19FEB

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

Shades of Lavender Rose #F19FEB

Tints of Lavender Rose #F19FEB

Color information

#F19FEB (or 0xF19FEB) is unknown color: approx Lavender Rose. HEX triplet: F1, 9F and EB. RGB value is (241,159,235). Sum of RGB (Red+Green+Blue) = 241+159+235=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FEB is #0E6014. Grayscale: #BFBFBF. Windows color (decimal): -942101 or 15441905. OLE color: 15441905.

HSL color Cylindrical-coordinate representation of color #F19FEB: hue angle of 304.39º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FEB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241159235-
CMYK00.340.020.05
HSL304.39º74.55%78.43%-
HSV(B)304.39º34.02%94.51%-
XYZ63.6749.584.8-
YUV192.18152.17162.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 159 (62.5% from 255) = 25.04%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=37.95%
G=25.04%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115923500.340.020.05304.3974.5578.43
HexF19FEB022251304b4e
Octal36123735304225460113116
Binary11110001100111111110101101000101010110011000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FEB; }

 p { color: rgb(241,159,235); }

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

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

 a { background-color: rgb(241,159,235); }

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

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

 span { border-color: rgb(241,159,235); }

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