#F793CE

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

Shades of Tea Rose #F793CE

Tints of Tea Rose #F793CE

Color information

#F793CE (or 0xF793CE) is unknown color: approx Tea Rose. HEX triplet: F7, 93 and CE. RGB value is (247,147,206). Sum of RGB (Red+Green+Blue) = 247+147+206=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F793CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793CE is #086C31. Grayscale: #B7B7B7. Windows color (decimal): -551986 or 13538295. OLE color: 13538295.

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

Color convert

RGB247147206-
CMYK00.400.170.03
HSL324.6º86.21%77.25%-
HSV(B)324.6º40.49%96.86%-
XYZ59.9345.163.94-
YUV183.63140.63173.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 147 (57.81% from 255) = 24.5%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=41.17%
G=24.5%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714720600.400.170.03324.686.2177.25
HexF793CE028113145564d
Octal367223316050213505126115
Binary1111011110010011110011100101000100011110100010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F793CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F793CE; }

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

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

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

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

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

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

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

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