#F78AD1

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

Shades of Tea Rose #F78AD1

Tints of Tea Rose #F78AD1

Color information

#F78AD1 (or 0xF78AD1) is unknown color: approx Tea Rose. HEX triplet: F7, 8A and D1. RGB value is (247,138,209). Sum of RGB (Red+Green+Blue) = 247+138+209=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AD1 is #08752E. Grayscale: #B2B2B2. Windows color (decimal): -554287 or 13732599. OLE color: 13732599.

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

Color convert

RGB247138209-
CMYK00.440.150.03
HSL320.92º87.2%75.49%-
HSV(B)320.92º44.13%96.86%-
XYZ58.9542.5565.43-
YUV178.68145.11176.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.58%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 209 (82.03% from 255) = 35.19%
R=41.58%
G=23.23%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713820900.440.150.03320.9287.275.49
HexF78AD102CF3141574b
Octal367212321054173501127113
Binary111101111000101011010001010110011111110100000110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AD1; }

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

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

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

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

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

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

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

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