#F795D0

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

Shades of Tea Rose #F795D0

Tints of Tea Rose #F795D0

Color information

#F795D0 (or 0xF795D0) is unknown color: approx Tea Rose. HEX triplet: F7, 95 and D0. RGB value is (247,149,208). Sum of RGB (Red+Green+Blue) = 247+149+208=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F795D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795D0 is #086A2F. Grayscale: #B8B8B8. Windows color (decimal): -551472 or 13669879. OLE color: 13669879.

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

Color convert

RGB247149208-
CMYK00.400.160.03
HSL323.88º85.96%77.65%-
HSV(B)323.88º39.68%96.86%-
XYZ60.4945.8265.33-
YUV185.03140.97172.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.89%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=40.89%
G=24.67%
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
Decimal24714920800.400.160.03323.8885.9677.65
HexF795D0028103144564e
Octal367225320050203504126116
Binary1111011110010101110100000101000100001110100010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795D0; }

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

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

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

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

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

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

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

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