#F188ED

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

Shades of Violet #F188ED

Tints of Violet #F188ED

Color information

#F188ED (or 0xF188ED) is unknown color: approx Violet. HEX triplet: F1, 88 and ED. RGB value is (241,136,237). Sum of RGB (Red+Green+Blue) = 241+136+237=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F188ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188ED is #0E7712. Grayscale: #B2B2B2. Windows color (decimal): -947987 or 15567089. OLE color: 15567089.

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

Color convert

RGB241136237-
CMYK00.440.020.05
HSL302.29º78.95%73.92%-
HSV(B)302.29º43.57%94.51%-
XYZ60.3742.4285.13-
YUV178.91160.79172.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 136 (53.52% from 255) = 22.15%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=39.25%
G=22.15%
B=38.60%

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
Decimal24113623700.440.020.05302.2978.9573.92
HexF188ED02C2512e4f4a
Octal36121035505425456117112
Binary11110001100010001110110101011001010110010111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188ED; }

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

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

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

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

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

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

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

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