#F691D6

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

Shades of Lavender Rose #F691D6

Tints of Lavender Rose #F691D6

Color information

#F691D6 (or 0xF691D6) is unknown color: approx Lavender Rose. HEX triplet: F6, 91 and D6. RGB value is (246,145,214). Sum of RGB (Red+Green+Blue) = 246+145+214=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F691D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691D6 is #096E29. Grayscale: #B6B6B6. Windows color (decimal): -618026 or 14062070. OLE color: 14062070.

HSL color Cylindrical-coordinate representation of color #F691D6: hue angle of 319.01º 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 #F691D6 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB246145214-
CMYK00.410.130.04
HSL319.01º84.87%76.67%-
HSV(B)319.01º41.06%96.47%-
XYZ60.2744.769.07-
YUV183.06145.46172.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=40.66%
G=23.97%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614521400.410.130.04319.0184.8776.67
HexF691D6029D413f554d
Octal366221326051154477125115
Binary1111011010010001110101100101001110110010011111110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691D6; }

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

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

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

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

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

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

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

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