#F78ACC

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

Shades of Tea Rose #F78ACC

Tints of Tea Rose #F78ACC

Color information

#F78ACC (or 0xF78ACC) is unknown color: approx Tea Rose. HEX triplet: F7, 8A and CC. RGB value is (247,138,204). Sum of RGB (Red+Green+Blue) = 247+138+204=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ACC is #087533. Grayscale: #B1B1B1. Windows color (decimal): -554292 or 13404919. OLE color: 13404919.

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

Color convert

RGB247138204-
CMYK00.440.170.03
HSL323.67º87.2%75.49%-
HSV(B)323.67º44.13%96.86%-
XYZ58.3542.3162.22-
YUV178.11142.61177.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.94%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=41.94%
G=23.43%
B=34.63%

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
Decimal24713820400.440.170.03323.6787.275.49
HexF78ACC02C113144574b
Octal367212314054213504127113
Binary1111011110001010110011000101100100011110100010010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78ACC; }

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

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

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

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

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

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

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

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