#F199DC

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

Shades of Lavender Rose #F199DC

Tints of Lavender Rose #F199DC

Color information

#F199DC (or 0xF199DC) is unknown color: approx Lavender Rose. HEX triplet: F1, 99 and DC. RGB value is (241,153,220). Sum of RGB (Red+Green+Blue) = 241+153+220=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F199DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199DC is #0E6623. Grayscale: #BABABA. Windows color (decimal): -943652 or 14457329. OLE color: 14457329.

HSL color Cylindrical-coordinate representation of color #F199DC: hue angle of 314.32º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199DC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241153220-
CMYK00.370.090.05
HSL314.32º75.86%77.25%-
HSV(B)314.32º36.51%94.51%-
XYZ60.5946.6573.52-
YUV186.95146.65166.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 153 (60.16% from 255) = 24.92%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=39.25%
G=24.92%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115322000.370.090.05314.3275.8677.25
HexF199DC0259513a4c4d
Octal361231334045115472114115
Binary1111000110011001110111000100101100110110011101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199DC; }

 p { color: rgb(241,153,220); }

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

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

 a { background-color: rgb(241,153,220); }

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

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

 span { border-color: rgb(241,153,220); }

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