#F186F0

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

Shades of Violet #F186F0

Tints of Violet #F186F0

Color information

#F186F0 (or 0xF186F0) is unknown color: approx Violet. HEX triplet: F1, 86 and F0. RGB value is (241,134,240). Sum of RGB (Red+Green+Blue) = 241+134+240=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F186F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F186F0 is #0E790F. Grayscale: #B1B1B1. Windows color (decimal): -948496 or 15763185. OLE color: 15763185.

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

Color convert

RGB241134240-
CMYK00.440.000.05
HSL300.56º79.26%73.53%-
HSV(B)300.56º44.4%94.51%-
XYZ60.5342.0487.36-
YUV178.08162.95172.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 134 (52.73% from 255) = 21.79%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=39.19%
G=21.79%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113424000.440.000.05300.5679.2673.53
HexF186F002C0512d4f4a
Octal36120636005405455117112
Binary1111000110000110111100000101100010110010110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186F0; }

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

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

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

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

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

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

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

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