#F78ACD

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

Shades of Tea Rose #F78ACD

Tints of Tea Rose #F78ACD

Color information

#F78ACD (or 0xF78ACD) is unknown color: approx Tea Rose. HEX triplet: F7, 8A and CD. RGB value is (247,138,205). Sum of RGB (Red+Green+Blue) = 247+138+205=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ACD is #087532. Grayscale: #B2B2B2. Windows color (decimal): -554291 or 13470455. OLE color: 13470455.

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

Color convert

RGB247138205-
CMYK00.440.170.03
HSL323.12º87.2%75.49%-
HSV(B)323.12º44.13%96.86%-
XYZ58.4742.3662.85-
YUV178.23143.11177.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.86%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=41.86%
G=23.39%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713820500.440.170.03323.1287.275.49
HexF78ACD02C113143574b
Octal367212315054213503127113
Binary1111011110001010110011010101100100011110100001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78ACD; }

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

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

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

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

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

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

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

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