#F792CE

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

Shades of Tea Rose #F792CE

Tints of Tea Rose #F792CE

Color information

#F792CE (or 0xF792CE) is unknown color: approx Tea Rose. HEX triplet: F7, 92 and CE. RGB value is (247,146,206). Sum of RGB (Red+Green+Blue) = 247+146+206=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CE is #086D31. Grayscale: #B6B6B6. Windows color (decimal): -552242 or 13538039. OLE color: 13538039.

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

Color convert

RGB247146206-
CMYK00.410.170.03
HSL324.36º86.32%77.06%-
HSV(B)324.36º40.89%96.86%-
XYZ59.7844.7963.89-
YUV183.04140.96173.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.24%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=41.24%
G=24.37%
B=34.39%

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
Decimal24714620600.410.170.03324.3686.3277.06
HexF792CE029113144564d
Octal367222316051213504126115
Binary1111011110010010110011100101001100011110100010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792CE; }

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

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

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

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

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

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

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

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