#F792D4

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

Shades of Lavender Rose #F792D4

Tints of Lavender Rose #F792D4

Color information

#F792D4 (or 0xF792D4) is unknown color: approx Lavender Rose. HEX triplet: F7, 92 and D4. RGB value is (247,146,212). Sum of RGB (Red+Green+Blue) = 247+146+212=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F792D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792D4 is #086D2B. Grayscale: #B7B7B7. Windows color (decimal): -552236 or 13931255. OLE color: 13931255.

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

Color convert

RGB247146212-
CMYK00.410.140.03
HSL320.79º86.32%77.06%-
HSV(B)320.79º40.89%96.86%-
XYZ60.5245.0967.8-
YUV183.72143.96173.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 146 (57.42% from 255) = 24.13%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=40.83%
G=24.13%
B=35.04%

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
Decimal24714621200.410.140.03320.7986.3277.06
HexF792D4029E3141564d
Octal367222324051163501126115
Binary111101111001001011010100010100111101110100000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792D4; }

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

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

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

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

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

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

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

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