#F79FD0

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

Shades of Lavender Pink #F79FD0

Tints of Lavender Pink #F79FD0

Color information

#F79FD0 (or 0xF79FD0) is unknown color: approx Lavender Pink. HEX triplet: F7, 9F and D0. RGB value is (247,159,208). Sum of RGB (Red+Green+Blue) = 247+159+208=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79FD0 is #08602F. Grayscale: #BEBEBE. Windows color (decimal): -548912 or 13672439. OLE color: 13672439.

HSL color Cylindrical-coordinate representation of color #F79FD0: hue angle of 326.59º 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 #F79FD0 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB247159208-
CMYK00.360.160.03
HSL326.59º84.62%79.61%-
HSV(B)326.59º35.63%96.86%-
XYZ62.1449.1265.88-
YUV190.9137.65168.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=40.23%
G=25.90%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715920800.360.160.03326.5984.6279.61
HexF79FD00241031475550
Octal367237320044203507125120
Binary1111011110011111110100000100100100001110100011110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79FD0; }

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

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

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

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

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

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

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

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