#F793CC

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

Shades of Tea Rose #F793CC

Tints of Tea Rose #F793CC

Color information

#F793CC (or 0xF793CC) is unknown color: approx Tea Rose. HEX triplet: F7, 93 and CC. RGB value is (247,147,204). Sum of RGB (Red+Green+Blue) = 247+147+204=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F793CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793CC is #086C33. Grayscale: #B7B7B7. Windows color (decimal): -551988 or 13407223. OLE color: 13407223.

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

Color convert

RGB247147204-
CMYK00.400.170.03
HSL325.8º86.21%77.25%-
HSV(B)325.8º40.49%96.86%-
XYZ59.694562.67-
YUV183.4139.63173.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.30%
GREEN value IS 147 (57.81% from 255) = 24.58%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=41.30%
G=24.58%
B=34.11%

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
Decimal24714720400.400.170.03325.886.2177.25
HexF793CC028113146564d
Octal367223314050213506126115
Binary1111011110010011110011000101000100011110100011010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F793CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F793CC; }

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

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

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

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

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

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

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

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