#F386CE

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

Shades of Tea Rose #F386CE

Tints of Tea Rose #F386CE

Color information

#F386CE (or 0xF386CE) is unknown color: approx Tea Rose. HEX triplet: F3, 86 and CE. RGB value is (243,134,206). Sum of RGB (Red+Green+Blue) = 243+134+206=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F386CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386CE is #0C7931. Grayscale: #AEAEAE. Windows color (decimal): -817458 or 13534963. OLE color: 13534963.

HSL color Cylindrical-coordinate representation of color #F386CE: hue angle of 320.37º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F386CE is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243134206-
CMYK00.450.150.05
HSL320.37º81.95%73.92%-
HSV(B)320.37º44.86%95.29%-
XYZ56.6340.5663.24-
YUV174.8145.61176.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.68%
GREEN value IS 134 (52.73% from 255) = 22.98%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=41.68%
G=22.98%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313420600.450.150.05320.3781.9573.92
HexF386CE02DF5140524a
Octal363206316055175500122112
Binary1111001110000110110011100101101111110110100000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386CE; }

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

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

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

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

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

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

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

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