#F795CC

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

Shades of Tea Rose #F795CC

Tints of Tea Rose #F795CC

Color information

#F795CC (or 0xF795CC) is unknown color: approx Tea Rose. HEX triplet: F7, 95 and CC. RGB value is (247,149,204). Sum of RGB (Red+Green+Blue) = 247+149+204=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F795CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795CC is #086A33. Grayscale: #B8B8B8. Windows color (decimal): -551476 or 13407735. OLE color: 13407735.

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

Color convert

RGB247149204-
CMYK00.400.170.03
HSL326.33º85.96%77.65%-
HSV(B)326.33º39.68%96.86%-
XYZ6045.6362.77-
YUV184.57138.97172.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 149 (58.59% from 255) = 24.83%
BLUE value IS 204 (80.08% from 255) = 34%
R=41.17%
G=24.83%
B=34%

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
Decimal24714920400.400.170.03326.3385.9677.65
HexF795CC028113146564e
Octal367225314050213506126116
Binary1111011110010101110011000101000100011110100011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795CC; }

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

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

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

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

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

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

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

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