#f793d0

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

Shades of Tea Rose #F793D0

Tints of Tea Rose #F793D0

Color information

#F793D0 (or 0xF793D0) is unknown color: approx Tea Rose. HEX triplet: F7, 93 and D0. RGB value is (247,147,208). Sum of RGB (Red+Green+Blue) = 247+147+208=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F793D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793D0 is #086C2F. Grayscale: #B7B7B7. Windows color (decimal): -551984 or 13669367. OLE color: 13669367.

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

Color convert

RGB247147208-
CMYK00.400.160.03
HSL323.4º86.21%77.25%-
HSV(B)323.4º40.49%96.86%-
XYZ60.1845.265.23-
YUV183.85141.63173.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=41.03%
G=24.42%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714720800.400.160.03323.486.2177.25
HexF793D0028103143564d
Octal367223320050203503126115
Binary1111011110010011110100000101000100001110100001110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f793d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f793d0; }

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

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

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

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

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

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

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

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