#F386FB

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

Shades of Violet #F386FB

Tints of Violet #F386FB

Color information

#F386FB (or 0xF386FB) is unknown color: approx Violet. HEX triplet: F3, 86 and FB. RGB value is (243,134,251). Sum of RGB (Red+Green+Blue) = 243+134+251=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 134 (52.73% from 255 or 21.34% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #F386FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386FB is #0C7904. Grayscale: #B3B3B3. Windows color (decimal): -817413 or 16484083. OLE color: 16484083.

HSL color Cylindrical-coordinate representation of color #F386FB: hue angle of 295.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F386FB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243134251-
CMYK0.030.4700.02
HSL295.9º93.6%75.49%-
HSV(B)295.9º46.61%98.43%-
XYZ62.943.0796.26-
YUV179.93168.11172.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 134 (52.73% from 255) = 21.34%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=38.69%
G=21.34%
B=39.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431342510.030.4700.02295.993.675.49
HexF386FB32F021285e4b
Octal36320637335702450136113
Binary1111001110000110111110111110111101010010100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386FB; }

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

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

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

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

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

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

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

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