#F792D5

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

Shades of Lavender Rose #F792D5

Tints of Lavender Rose #F792D5

Color information

#F792D5 (or 0xF792D5) is unknown color: approx Lavender Rose. HEX triplet: F7, 92 and D5. RGB value is (247,146,213). Sum of RGB (Red+Green+Blue) = 247+146+213=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F792D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792D5 is #086D2A. Grayscale: #B7B7B7. Windows color (decimal): -552235 or 13996791. OLE color: 13996791.

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

Color convert

RGB247146213-
CMYK00.410.140.03
HSL320.2º86.32%77.06%-
HSV(B)320.2º40.89%96.86%-
XYZ60.6545.1468.47-
YUV183.84144.46173.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.76%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=40.76%
G=24.09%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714621300.410.140.03320.286.3277.06
HexF792D5029E3140564d
Octal367222325051163500126115
Binary111101111001001011010101010100111101110100000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792D5; }

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

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

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

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

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

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

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

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