#F386CF

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

Shades of Tea Rose #F386CF

Tints of Tea Rose #F386CF

Color information

#F386CF (or 0xF386CF) is unknown color: approx Tea Rose. HEX triplet: F3, 86 and CF. RGB value is (243,134,207). Sum of RGB (Red+Green+Blue) = 243+134+207=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F386CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386CF is #0C7930. Grayscale: #AEAEAE. Windows color (decimal): -817457 or 13600499. OLE color: 13600499.

HSL color Cylindrical-coordinate representation of color #F386CF: hue angle of 319.82º 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 #F386CF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243134207-
CMYK00.450.150.05
HSL319.82º81.95%73.92%-
HSV(B)319.82º44.86%95.29%-
XYZ56.7540.6163.88-
YUV174.91146.11176.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 134 (52.73% from 255) = 22.95%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=41.61%
G=22.95%
B=35.45%

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
Decimal24313420700.450.150.05319.8281.9573.92
HexF386CF02DF5140524a
Octal363206317055175500122112
Binary1111001110000110110011110101101111110110100000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386CF; }

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

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

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

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

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

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

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

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