#F188FE

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

Shades of Violet #F188FE

Tints of Violet #F188FE

Color information

#F188FE (or 0xF188FE) is unknown color: approx Violet. HEX triplet: F1, 88 and FE. RGB value is (241,136,254). Sum of RGB (Red+Green+Blue) = 241+136+254=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 136 (53.52% from 255 or 21.55% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #F188FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188FE is #0E7701. Grayscale: #B4B4B4. Windows color (decimal): -947970 or 16681201. OLE color: 16681201.

HSL color Cylindrical-coordinate representation of color #F188FE: hue angle of 293.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F188FE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241136254-
CMYK0.050.4600.00
HSL293.39º98.33%76.47%-
HSV(B)293.39º46.46%99.61%-
XYZ62.9743.4698.84-
YUV180.85169.29170.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 136 (53.52% from 255) = 21.55%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=38.19%
G=21.55%
B=40.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411362540.050.4600.00293.3998.3376.47
HexF188FE52E00125624c
Octal36121037655600445142114
Binary1111000110001000111111101011011100010010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188FE; }

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

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

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

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

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

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

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

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