#F78CBF

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

Shades of Tea Rose #F78CBF

Tints of Tea Rose #F78CBF

Color information

#F78CBF (or 0xF78CBF) is unknown color: approx Tea Rose. HEX triplet: F7, 8C and BF. RGB value is (247,140,191). Sum of RGB (Red+Green+Blue) = 247+140+191=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CBF is #087340. Grayscale: #B1B1B1. Windows color (decimal): -553793 or 12553463. OLE color: 12553463.

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

Color convert

RGB247140191-
CMYK00.430.230.03
HSL331.4º86.99%75.88%-
HSV(B)331.4º43.32%96.86%-
XYZ57.1442.2954.44-
YUV177.81135.45177.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.73%
GREEN value IS 140 (55.08% from 255) = 24.22%
BLUE value IS 191 (75% from 255) = 33.04%
R=42.73%
G=24.22%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714019100.430.230.03331.486.9975.88
HexF78CBF02B17314b574c
Octal367214277053273513127114
Binary1111011110001100101111110101011101111110100101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78CBF; }

 p { color: rgb(247,140,191); }

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

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

 a { background-color: rgb(247,140,191); }

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

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

 span { border-color: rgb(247,140,191); }

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