#F19ED5

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

Shades of Lavender Rose #F19ED5

Tints of Lavender Rose #F19ED5

Color information

#F19ED5 (or 0xF19ED5) is unknown color: approx Lavender Rose. HEX triplet: F1, 9E and D5. RGB value is (241,158,213). Sum of RGB (Red+Green+Blue) = 241+158+213=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ED5 is #0E612A. Grayscale: #BCBCBC. Windows color (decimal): -942379 or 13999857. OLE color: 13999857.

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

Color convert

RGB241158213-
CMYK00.340.120.05
HSL320.24º74.77%78.24%-
HSV(B)320.24º34.44%94.51%-
XYZ60.5147.9669.02-
YUV189.09141.5165.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 158 (62.11% from 255) = 25.82%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=39.38%
G=25.82%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115821300.340.120.05320.2474.7778.24
HexF19ED5022C51404b4e
Octal361236325042145500113116
Binary1111000110011110110101010100010110010110100000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ED5; }

 p { color: rgb(241,158,213); }

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

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

 a { background-color: rgb(241,158,213); }

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

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

 span { border-color: rgb(241,158,213); }

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