#F19FDA

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

Shades of Lavender Rose #F19FDA

Tints of Lavender Rose #F19FDA

Color information

#F19FDA (or 0xF19FDA) is unknown color: approx Lavender Rose. HEX triplet: F1, 9F and DA. RGB value is (241,159,218). Sum of RGB (Red+Green+Blue) = 241+159+218=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FDA is #0E6025. Grayscale: #BEBEBE. Windows color (decimal): -942118 or 14327793. OLE color: 14327793.

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

Color convert

RGB241159218-
CMYK00.340.100.05
HSL316.83º74.55%78.43%-
HSV(B)316.83º34.02%94.51%-
XYZ61.3348.5672.47-
YUV190.24143.67164.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=39.00%
G=25.73%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115921800.340.100.05316.8374.5578.43
HexF19FDA022A513d4b4e
Octal361237332042125475113116
Binary1111000110011111110110100100010101010110011110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FDA; }

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

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

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

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

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

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

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

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