#F78FBA

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

Shades of Tea Rose #F78FBA

Tints of Tea Rose #F78FBA

Color information

#F78FBA (or 0xF78FBA) is unknown color: approx Tea Rose. HEX triplet: F7, 8F and BA. RGB value is (247,143,186). Sum of RGB (Red+Green+Blue) = 247+143+186=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FBA is #087045. Grayscale: #B2B2B2. Windows color (decimal): -553030 or 12226551. OLE color: 12226551.

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

Color convert

RGB247143186-
CMYK00.420.250.03
HSL335.19º86.67%76.47%-
HSV(B)335.19º42.11%96.86%-
XYZ57.0442.9651.74-
YUV179131.96176.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.88%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=42.88%
G=24.83%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714318600.420.250.03335.1986.6776.47
HexF78FBA02A19314f574c
Octal367217272052313517127114
Binary1111011110001111101110100101010110011110100111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FBA; }

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

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

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

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

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

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

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

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