#F792DC

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

Shades of Lavender Rose #F792DC

Tints of Lavender Rose #F792DC

Color information

#F792DC (or 0xF792DC) is unknown color: approx Lavender Rose. HEX triplet: F7, 92 and DC. RGB value is (247,146,220). Sum of RGB (Red+Green+Blue) = 247+146+220=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F792DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792DC is #086D23. Grayscale: #B8B8B8. Windows color (decimal): -552228 or 14455543. OLE color: 14455543.

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

Color convert

RGB247146220-
CMYK00.410.110.03
HSL316.04º86.32%77.06%-
HSV(B)316.04º40.89%96.86%-
XYZ61.5545.573.25-
YUV184.64147.96172.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 146 (57.42% from 255) = 23.82%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=40.29%
G=23.82%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714622000.410.110.03316.0486.3277.06
HexF792DC029B313c564d
Octal367222334051133474126115
Binary111101111001001011011100010100110111110011110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792DC; }

 p { color: rgb(247,146,220); }

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

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

 a { background-color: rgb(247,146,220); }

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

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

 span { border-color: rgb(247,146,220); }

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