#F793CF

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

Shades of Tea Rose #F793CF

Tints of Tea Rose #F793CF

Color information

#F793CF (or 0xF793CF) is unknown color: approx Tea Rose. HEX triplet: F7, 93 and CF. RGB value is (247,147,207). Sum of RGB (Red+Green+Blue) = 247+147+207=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F793CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793CF is #086C30. Grayscale: #B7B7B7. Windows color (decimal): -551985 or 13603831. OLE color: 13603831.

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

Color convert

RGB247147207-
CMYK00.400.160.03
HSL324º86.21%77.25%-
HSV(B)324º40.49%96.86%-
XYZ60.0545.1564.58-
YUV183.74141.13173.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 147 (57.81% from 255) = 24.46%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=41.10%
G=24.46%
B=34.44%

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
Decimal24714720700.400.160.0332486.2177.25
HexF793CF028103144564d
Octal367223317050203504126115
Binary1111011110010011110011110101000100001110100010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F793CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F793CF; }

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

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

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

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

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

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

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

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