#F386F1

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

Shades of Violet #F386F1

Tints of Violet #F386F1

Color information

#F386F1 (or 0xF386F1) is unknown color: approx Violet. HEX triplet: F3, 86 and F1. RGB value is (243,134,241). Sum of RGB (Red+Green+Blue) = 243+134+241=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 134 (52.73% from 255 or 21.68% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F386F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386F1 is #0C790E. Grayscale: #B2B2B2. Windows color (decimal): -817423 or 15828723. OLE color: 15828723.

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

Color convert

RGB243134241-
CMYK00.450.010.05
HSL301.1º81.95%73.92%-
HSV(B)301.1º44.86%95.29%-
XYZ61.3642.4688.18-
YUV178.79163.11173.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.32%
GREEN value IS 134 (52.73% from 255) = 21.68%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=39.32%
G=21.68%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313424100.450.010.05301.181.9573.92
HexF386F102D1512d524a
Octal36320636105515455122112
Binary1111001110000110111100010101101110110010110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386F1; }

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

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

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

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

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

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

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

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