#F186FB

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

Shades of Violet #F186FB

Tints of Violet #F186FB

Color information

#F186FB (or 0xF186FB) is unknown color: approx Violet. HEX triplet: F1, 86 and FB. RGB value is (241,134,251). Sum of RGB (Red+Green+Blue) = 241+134+251=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #F186FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F186FB is #0E7904. Grayscale: #B2B2B2. Windows color (decimal): -948485 or 16484081. OLE color: 16484081.

HSL color Cylindrical-coordinate representation of color #F186FB: hue angle of 294.87º 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 #F186FB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241134251-
CMYK0.040.4700.02
HSL294.87º93.6%75.49%-
HSV(B)294.87º46.61%98.43%-
XYZ62.2142.7296.23-
YUV179.33168.45171.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 134 (52.73% from 255) = 21.41%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=38.50%
G=21.41%
B=40.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411342510.040.4700.02294.8793.675.49
HexF186FB42F021275e4b
Octal36120637345702447136113
Binary11110001100001101111101110010111101010010011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186FB; }

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

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

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

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

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

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

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

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