#F79FD2

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

Shades of Lavender Pink #F79FD2

Tints of Lavender Pink #F79FD2

Color information

#F79FD2 (or 0xF79FD2) is unknown color: approx Lavender Pink. HEX triplet: F7, 9F and D2. RGB value is (247,159,210). Sum of RGB (Red+Green+Blue) = 247+159+210=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79FD2 is #08602D. Grayscale: #BFBFBF. Windows color (decimal): -548910 or 13803511. OLE color: 13803511.

HSL color Cylindrical-coordinate representation of color #F79FD2: hue angle of 325.23º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79FD2 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB247159210-
CMYK00.360.150.03
HSL325.23º84.62%79.61%-
HSV(B)325.23º35.63%96.86%-
XYZ62.3949.2267.19-
YUV191.13138.65167.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.10%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 210 (82.42% from 255) = 34.09%
R=40.10%
G=25.81%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715921000.360.150.03325.2384.6279.61
HexF79FD2024F31455550
Octal367237322044173505125120
Binary111101111001111111010010010010011111110100010110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79FD2; }

 p { color: rgb(247,159,210); }

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

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

 a { background-color: rgb(247,159,210); }

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

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

 span { border-color: rgb(247,159,210); }

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