#F78AC8

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

Shades of Tea Rose #F78AC8

Tints of Tea Rose #F78AC8

Color information

#F78AC8 (or 0xF78AC8) is unknown color: approx Tea Rose. HEX triplet: F7, 8A and C8. RGB value is (247,138,200). Sum of RGB (Red+Green+Blue) = 247+138+200=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AC8 is #087537. Grayscale: #B1B1B1. Windows color (decimal): -554296 or 13142775. OLE color: 13142775.

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

Color convert

RGB247138200-
CMYK00.440.190.03
HSL325.87º87.2%75.49%-
HSV(B)325.87º44.13%96.86%-
XYZ57.8742.1259.72-
YUV177.66140.61177.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 200 (78.52% from 255) = 34.19%
R=42.22%
G=23.59%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713820000.440.190.03325.8787.275.49
HexF78AC802C133146574b
Octal367212310054233506127113
Binary1111011110001010110010000101100100111110100011010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AC8; }

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

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

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

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

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

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

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

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