#F78AC5

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

Shades of Tea Rose #F78AC5

Tints of Tea Rose #F78AC5

Color information

#F78AC5 (or 0xF78AC5) is unknown color: approx Tea Rose. HEX triplet: F7, 8A and C5. RGB value is (247,138,197). Sum of RGB (Red+Green+Blue) = 247+138+197=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AC5 is #08753A. Grayscale: #B1B1B1. Windows color (decimal): -554299 or 12946167. OLE color: 12946167.

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

Color convert

RGB247138197-
CMYK00.440.200.03
HSL327.52º87.2%75.49%-
HSV(B)327.52º44.13%96.86%-
XYZ57.5241.9857.89-
YUV177.32139.11177.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=42.44%
G=23.71%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713819700.440.200.03327.5287.275.49
HexF78AC502C143148574b
Octal367212305054243510127113
Binary1111011110001010110001010101100101001110100100010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AC5; }

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

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

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

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

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

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

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

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