#F792CC

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

Shades of Tea Rose #F792CC

Tints of Tea Rose #F792CC

Color information

#F792CC (or 0xF792CC) is unknown color: approx Tea Rose. HEX triplet: F7, 92 and CC. RGB value is (247,146,204). Sum of RGB (Red+Green+Blue) = 247+146+204=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CC is #086D33. Grayscale: #B6B6B6. Windows color (decimal): -552244 or 13406967. OLE color: 13406967.

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

Color convert

RGB247146204-
CMYK00.410.170.03
HSL325.54º86.32%77.06%-
HSV(B)325.54º40.89%96.86%-
XYZ59.5444.6962.62-
YUV182.81139.96173.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.37%
GREEN value IS 146 (57.42% from 255) = 24.46%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=41.37%
G=24.46%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714620400.410.170.03325.5486.3277.06
HexF792CC029113146564d
Octal367222314051213506126115
Binary1111011110010010110011000101001100011110100011010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792CC; }

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

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

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

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

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

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

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

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