#F78FCE

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

Shades of Tea Rose #F78FCE

Tints of Tea Rose #F78FCE

Color information

#F78FCE (or 0xF78FCE) is unknown color: approx Tea Rose. HEX triplet: F7, 8F and CE. RGB value is (247,143,206). Sum of RGB (Red+Green+Blue) = 247+143+206=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FCE is #087031. Grayscale: #B5B5B5. Windows color (decimal): -553010 or 13537271. OLE color: 13537271.

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

Color convert

RGB247143206-
CMYK00.420.170.03
HSL323.65º86.67%76.47%-
HSV(B)323.65º42.11%96.86%-
XYZ59.3243.8863.73-
YUV181.28141.96174.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.44%
GREEN value IS 143 (56.25% from 255) = 23.99%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=41.44%
G=23.99%
B=34.56%

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
Decimal24714320600.420.170.03323.6586.6776.47
HexF78FCE02A113144574c
Octal367217316052213504127114
Binary1111011110001111110011100101010100011110100010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FCE; }

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

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

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

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

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

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

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

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