#F78AD0

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

Shades of Tea Rose #F78AD0

Tints of Tea Rose #F78AD0

Color information

#F78AD0 (or 0xF78AD0) is unknown color: approx Tea Rose. HEX triplet: F7, 8A and D0. RGB value is (247,138,208). Sum of RGB (Red+Green+Blue) = 247+138+208=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AD0 is #08752F. Grayscale: #B2B2B2. Windows color (decimal): -554288 or 13667063. OLE color: 13667063.

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

Color convert

RGB247138208-
CMYK00.440.160.03
HSL321.47º87.2%75.49%-
HSV(B)321.47º44.13%96.86%-
XYZ58.8342.5164.78-
YUV178.57144.61176.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=41.65%
G=23.27%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713820800.440.160.03321.4787.275.49
HexF78AD002C103141574b
Octal367212320054203501127113
Binary1111011110001010110100000101100100001110100000110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AD0; }

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

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

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

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

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

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

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

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