#F794CB

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

Shades of Tea Rose #F794CB

Tints of Tea Rose #F794CB

Color information

#F794CB (or 0xF794CB) is unknown color: approx Tea Rose. HEX triplet: F7, 94 and CB. RGB value is (247,148,203). Sum of RGB (Red+Green+Blue) = 247+148+203=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F794CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794CB is #086B34. Grayscale: #B7B7B7. Windows color (decimal): -551733 or 13341943. OLE color: 13341943.

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

Color convert

RGB247148203-
CMYK00.400.180.03
HSL326.67º86.09%77.45%-
HSV(B)326.67º40.08%96.86%-
XYZ59.7345.2762.09-
YUV183.87138.8173.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.30%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=41.30%
G=24.75%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714820300.400.180.03326.6786.0977.45
HexF794CB028123147564d
Octal367224313050223507126115
Binary1111011110010100110010110101000100101110100011110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F794CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F794CB; }

 p { color: rgb(247,148,203); }

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

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

 a { background-color: rgb(247,148,203); }

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

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

 span { border-color: rgb(247,148,203); }

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