#F78FCC

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

Shades of Tea Rose #F78FCC

Tints of Tea Rose #F78FCC

Color information

#F78FCC (or 0xF78FCC) is unknown color: approx Tea Rose. HEX triplet: F7, 8F and CC. RGB value is (247,143,204). Sum of RGB (Red+Green+Blue) = 247+143+204=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FCC is #087033. Grayscale: #B4B4B4. Windows color (decimal): -553012 or 13406199. OLE color: 13406199.

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

Color convert

RGB247143204-
CMYK00.420.170.03
HSL324.81º86.67%76.47%-
HSV(B)324.81º42.11%96.86%-
XYZ59.0843.7862.46-
YUV181.05140.96175.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.58%
GREEN value IS 143 (56.25% from 255) = 24.07%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=41.58%
G=24.07%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714320400.420.170.03324.8186.6776.47
HexF78FCC02A113145574c
Octal367217314052213505127114
Binary1111011110001111110011000101010100011110100010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FCC; }

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

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

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

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

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

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

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

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