#F686CF

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

Shades of Tea Rose #F686CF

Tints of Tea Rose #F686CF

Color information

#F686CF (or 0xF686CF) is unknown color: approx Tea Rose. HEX triplet: F6, 86 and CF. RGB value is (246,134,207). Sum of RGB (Red+Green+Blue) = 246+134+207=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F686CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686CF is #097930. Grayscale: #AFAFAF. Windows color (decimal): -620849 or 13600502. OLE color: 13600502.

HSL color Cylindrical-coordinate representation of color #F686CF: hue angle of 320.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686CF is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246134207-
CMYK00.460.160.04
HSL320.89º86.15%74.51%-
HSV(B)320.89º45.53%96.47%-
XYZ57.7941.1563.93-
YUV175.81145.61178.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=41.91%
G=22.83%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613420700.460.160.04320.8986.1574.51
HexF686CF02E104141564b
Octal366206317056204501126113
Binary11110110100001101100111101011101000010010100000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686CF; }

 p { color: rgb(246,134,207); }

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

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

 a { background-color: rgb(246,134,207); }

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

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

 span { border-color: rgb(246,134,207); }

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