#F691DC

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

Shades of Lavender Rose #F691DC

Tints of Lavender Rose #F691DC

Color information

#F691DC (or 0xF691DC) is unknown color: approx Lavender Rose. HEX triplet: F6, 91 and DC. RGB value is (246,145,220). Sum of RGB (Red+Green+Blue) = 246+145+220=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F691DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691DC is #096E23. Grayscale: #B7B7B7. Windows color (decimal): -618020 or 14455286. OLE color: 14455286.

HSL color Cylindrical-coordinate representation of color #F691DC: hue angle of 315.45º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691DC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246145220-
CMYK00.410.110.04
HSL315.45º84.87%76.67%-
HSV(B)315.45º41.06%96.47%-
XYZ61.0545.0173.18-
YUV183.75148.46172.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 145 (57.03% from 255) = 23.73%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=40.26%
G=23.73%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614522000.410.110.04315.4584.8776.67
HexF691DC029B413b554d
Octal366221334051134473125115
Binary1111011010010001110111000101001101110010011101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691DC; }

 p { color: rgb(246,145,220); }

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

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

 a { background-color: rgb(246,145,220); }

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

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

 span { border-color: rgb(246,145,220); }

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