#F186EB

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

Shades of Violet #F186EB

Tints of Violet #F186EB

Color information

#F186EB (or 0xF186EB) is unknown color: approx Violet. HEX triplet: F1, 86 and EB. RGB value is (241,134,235). Sum of RGB (Red+Green+Blue) = 241+134+235=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F186EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F186EB is #0E7914. Grayscale: #B1B1B1. Windows color (decimal): -948501 or 15435505. OLE color: 15435505.

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

Color convert

RGB241134235-
CMYK00.440.020.05
HSL303.36º79.26%73.53%-
HSV(B)303.36º44.4%94.51%-
XYZ59.841.7583.5-
YUV177.51160.45173.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 134 (52.73% from 255) = 21.97%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=39.51%
G=21.97%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113423500.440.020.05303.3679.2673.53
HexF186EB02C2512f4f4a
Octal36120635305425457117112
Binary11110001100001101110101101011001010110010111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186EB; }

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

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

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

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

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

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

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

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