#F786CE

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

Shades of Tea Rose #F786CE

Tints of Tea Rose #F786CE

Color information

#F786CE (or 0xF786CE) is unknown color: approx Tea Rose. HEX triplet: F7, 86 and CE. RGB value is (247,134,206). Sum of RGB (Red+Green+Blue) = 247+134+206=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F786CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786CE is #087931. Grayscale: #AFAFAF. Windows color (decimal): -555314 or 13534967. OLE color: 13534967.

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

Color convert

RGB247134206-
CMYK00.460.170.03
HSL321.77º87.6%74.71%-
HSV(B)321.77º45.75%96.86%-
XYZ58.0241.2863.3-
YUV176144.94178.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=42.08%
G=22.83%
B=35.09%

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
Decimal24713420600.460.170.03321.7787.674.71
HexF786CE02E113142584b
Octal367206316056213502130113
Binary1111011110000110110011100101110100011110100001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F786CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F786CE; }

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

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

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

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

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

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

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

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