#F19FD3

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

Shades of Lavender Rose #F19FD3

Tints of Lavender Rose #F19FD3

Color information

#F19FD3 (or 0xF19FD3) is unknown color: approx Lavender Rose. HEX triplet: F1, 9F and D3. RGB value is (241,159,211). Sum of RGB (Red+Green+Blue) = 241+159+211=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FD3 is #0E602C. Grayscale: #BDBDBD. Windows color (decimal): -942125 or 13869041. OLE color: 13869041.

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

Color convert

RGB241159211-
CMYK00.340.120.05
HSL321.95º74.55%78.43%-
HSV(B)321.95º34.02%94.51%-
XYZ60.4348.267.75-
YUV189.45140.17164.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 211 (82.81% from 255) = 34.53%
R=39.44%
G=26.02%
B=34.53%

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
Decimal24115921100.340.120.05321.9574.5578.43
HexF19FD3022C51424b4e
Octal361237323042145502113116
Binary1111000110011111110100110100010110010110100001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FD3; }

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

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

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

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

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

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

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

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