#F78CC5

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

Shades of Tea Rose #F78CC5

Tints of Tea Rose #F78CC5

Color information

#F78CC5 (or 0xF78CC5) is unknown color: approx Tea Rose. HEX triplet: F7, 8C and C5. RGB value is (247,140,197). Sum of RGB (Red+Green+Blue) = 247+140+197=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CC5 is #08733A. Grayscale: #B2B2B2. Windows color (decimal): -553787 or 12946679. OLE color: 12946679.

HSL color Cylindrical-coordinate representation of color #F78CC5: hue angle of 328.04º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78CC5 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB247140197-
CMYK00.430.200.03
HSL328.04º86.99%75.88%-
HSV(B)328.04º43.32%96.86%-
XYZ57.8142.5657.99-
YUV178.49138.45176.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 140 (55.08% from 255) = 23.97%
BLUE value IS 197 (77.34% from 255) = 33.73%
R=42.29%
G=23.97%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714019700.430.200.03328.0486.9975.88
HexF78CC502B143148574c
Octal367214305053243510127114
Binary1111011110001100110001010101011101001110100100010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78CC5; }

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

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

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

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

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

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

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

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