#F78BB9

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

Shades of Tea Rose #F78BB9

Tints of Tea Rose #F78BB9

Color information

#F78BB9 (or 0xF78BB9) is unknown color: approx Tea Rose. HEX triplet: F7, 8B and B9. RGB value is (247,139,185). Sum of RGB (Red+Green+Blue) = 247+139+185=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BB9 is #087446. Grayscale: #B0B0B0. Windows color (decimal): -554055 or 12159991. OLE color: 12159991.

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

Color convert

RGB247139185-
CMYK00.440.250.03
HSL334.44º87.1%75.69%-
HSV(B)334.44º43.72%96.86%-
XYZ56.3541.7450.99-
YUV176.54132.78178.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=43.26%
G=24.34%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713918500.440.250.03334.4487.175.69
HexF78BB902C19314e574c
Octal367213271054313516127114
Binary1111011110001011101110010101100110011110100111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78BB9; }

 p { color: rgb(247,139,185); }

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

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

 a { background-color: rgb(247,139,185); }

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

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

 span { border-color: rgb(247,139,185); }

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