#F19FEC

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

Shades of Lavender Rose #F19FEC

Tints of Lavender Rose #F19FEC

Color information

#F19FEC (or 0xF19FEC) is unknown color: approx Lavender Rose. HEX triplet: F1, 9F and EC. RGB value is (241,159,236). Sum of RGB (Red+Green+Blue) = 241+159+236=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FEC is #0E6013. Grayscale: #C0C0C0. Windows color (decimal): -942100 or 15507441. OLE color: 15507441.

HSL color Cylindrical-coordinate representation of color #F19FEC: hue angle of 303.66º 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 #F19FEC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241159236-
CMYK00.340.020.05
HSL303.66º74.55%78.43%-
HSV(B)303.66º34.02%94.51%-
XYZ63.8149.5585.56-
YUV192.3152.67162.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 159 (62.5% from 255) = 25%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=37.89%
G=25%
B=37.11%

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
Decimal24115923600.340.020.05303.6674.5578.43
HexF19FEC022251304b4e
Octal36123735404225460113116
Binary11110001100111111110110001000101010110011000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FEC; }

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

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

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

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

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

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

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

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