#F78DC6

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

Shades of Tea Rose #F78DC6

Tints of Tea Rose #F78DC6

Color information

#F78DC6 (or 0xF78DC6) is unknown color: approx Tea Rose. HEX triplet: F7, 8D and C6. RGB value is (247,141,198). Sum of RGB (Red+Green+Blue) = 247+141+198=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DC6 is #087239. Grayscale: #B3B3B3. Windows color (decimal): -553530 or 13012471. OLE color: 13012471.

HSL color Cylindrical-coordinate representation of color #F78DC6: hue angle of 327.74º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78DC6 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB247141198-
CMYK00.430.200.03
HSL327.74º86.89%76.08%-
HSV(B)327.74º42.91%96.86%-
XYZ58.0842.958.65-
YUV179.19138.62176.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.15%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=42.15%
G=24.06%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714119800.430.200.03327.7486.8976.08
HexF78DC602B143148574c
Octal367215306053243510127114
Binary1111011110001101110001100101011101001110100100010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78DC6; }

 p { color: rgb(247,141,198); }

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

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

 a { background-color: rgb(247,141,198); }

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

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

 span { border-color: rgb(247,141,198); }

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