#F793C5

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

Shades of Tea Rose #F793C5

Tints of Tea Rose #F793C5

Color information

#F793C5 (or 0xF793C5) is unknown color: approx Tea Rose. HEX triplet: F7, 93 and C5. RGB value is (247,147,197). Sum of RGB (Red+Green+Blue) = 247+147+197=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F793C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793C5 is #086C3A. Grayscale: #B6B6B6. Windows color (decimal): -551995 or 12948471. OLE color: 12948471.

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

Color convert

RGB247147197-
CMYK00.400.200.03
HSL330º86.21%77.25%-
HSV(B)330º40.49%96.86%-
XYZ58.8744.6758.34-
YUV182.6136.13173.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.79%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=41.79%
G=24.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714719700.400.200.0333086.2177.25
HexF793C502814314a564d
Octal367223305050243512126115
Binary1111011110010011110001010101000101001110100101010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F793C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F793C5; }

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

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

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

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

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

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

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

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