#F188F0

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

Shades of Violet #F188F0

Tints of Violet #F188F0

Color information

#F188F0 (or 0xF188F0) is unknown color: approx Violet. HEX triplet: F1, 88 and F0. RGB value is (241,136,240). Sum of RGB (Red+Green+Blue) = 241+136+240=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 136 (53.52% from 255 or 22.04% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F188F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188F0 is #0E770F. Grayscale: #B2B2B2. Windows color (decimal): -947984 or 15763697. OLE color: 15763697.

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

Color convert

RGB241136240-
CMYK00.440.000.05
HSL300.57º78.95%73.92%-
HSV(B)300.57º43.57%94.51%-
XYZ60.8142.687.46-
YUV179.25162.29172.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 136 (53.52% from 255) = 22.04%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=39.06%
G=22.04%
B=38.90%

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
Decimal24113624000.440.000.05300.5778.9573.92
HexF188F002C0512d4f4a
Octal36121036005405455117112
Binary1111000110001000111100000101100010110010110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188F0; }

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

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

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

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

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

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

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

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