#F78ABA

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

Shades of Tea Rose #F78ABA

Tints of Tea Rose #F78ABA

Color information

#F78ABA (or 0xF78ABA) is unknown color: approx Tea Rose. HEX triplet: F7, 8A and BA. RGB value is (247,138,186). Sum of RGB (Red+Green+Blue) = 247+138+186=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ABA is #087545. Grayscale: #AFAFAF. Windows color (decimal): -554310 or 12225271. OLE color: 12225271.

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

Color convert

RGB247138186-
CMYK00.440.250.03
HSL333.58º87.2%75.49%-
HSV(B)333.58º44.13%96.86%-
XYZ56.3141.551.5-
YUV176.06133.61178.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=43.26%
G=24.17%
B=32.57%

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
Decimal24713818600.440.250.03333.5887.275.49
HexF78ABA02C19314e574b
Octal367212272054313516127113
Binary1111011110001010101110100101100110011110100111010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78ABA; }

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

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

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

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

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

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

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

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