#F786CC

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

Shades of Tea Rose #F786CC

Tints of Tea Rose #F786CC

Color information

#F786CC (or 0xF786CC) is unknown color: approx Tea Rose. HEX triplet: F7, 86 and CC. RGB value is (247,134,204). Sum of RGB (Red+Green+Blue) = 247+134+204=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F786CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786CC is #087933. Grayscale: #AFAFAF. Windows color (decimal): -555316 or 13403895. OLE color: 13403895.

HSL color Cylindrical-coordinate representation of color #F786CC: hue angle of 322.83º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786CC is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247134204-
CMYK00.460.170.03
HSL322.83º87.6%74.71%-
HSV(B)322.83º45.75%96.86%-
XYZ57.7841.1862.03-
YUV175.77143.94178.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=42.22%
G=22.91%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713420400.460.170.03322.8387.674.71
HexF786CC02E113143584b
Octal367206314056213503130113
Binary1111011110000110110011000101110100011110100001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F786CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F786CC; }

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

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

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

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

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

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

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

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