#F18DFF

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

Shades of Violet #F18DFF

Tints of Violet #F18DFF

Color information

#F18DFF (or 0xF18DFF) is unknown color: approx Violet. HEX triplet: F1, 8D and FF. RGB value is (241,141,255). Sum of RGB (Red+Green+Blue) = 241+141+255=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 141 (55.47% from 255 or 22.14% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #F18DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DFF is #0E7200. Grayscale: #B7B7B7. Windows color (decimal): -946689 or 16748017. OLE color: 16748017.

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

Color convert

RGB241141255-
CMYK0.050.4500
HSL292.63º100%77.65%-
HSV(B)292.63º44.71%100%-
XYZ63.8544.9799.92-
YUV183.9168.13168.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 141 (55.47% from 255) = 22.14%
BLUE value IS 255 (100% from 255) = 40.03%
R=37.83%
G=22.14%
B=40.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411412550.050.4500292.6310077.65
HexF18DFF52D00125644e
Octal36121537755500445144116
Binary1111000110001101111111111011011010010010010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DFF; }

 p { color: rgb(241,141,255); }

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

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

 a { background-color: rgb(241,141,255); }

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

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

 span { border-color: rgb(241,141,255); }

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