#F786CA

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

Shades of Tea Rose #F786CA

Tints of Tea Rose #F786CA

Color information

#F786CA (or 0xF786CA) is unknown color: approx Tea Rose. HEX triplet: F7, 86 and CA. RGB value is (247,134,202). Sum of RGB (Red+Green+Blue) = 247+134+202=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F786CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786CA is #087935. Grayscale: #AFAFAF. Windows color (decimal): -555318 or 13272823. OLE color: 13272823.

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

Color convert

RGB247134202-
CMYK00.460.180.03
HSL323.89º87.6%74.71%-
HSV(B)323.89º45.75%96.86%-
XYZ57.5441.0960.78-
YUV175.54142.94178.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=42.37%
G=22.98%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713420200.460.180.03323.8987.674.71
HexF786CA02E123144584b
Octal367206312056223504130113
Binary1111011110000110110010100101110100101110100010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F786CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F786CA; }

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

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

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

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

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

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

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

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