#F18FEB

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

Shades of Violet #F18FEB

Tints of Violet #F18FEB

Color information

#F18FEB (or 0xF18FEB) is unknown color: approx Violet. HEX triplet: F1, 8F and EB. RGB value is (241,143,235). Sum of RGB (Red+Green+Blue) = 241+143+235=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FEB is #0E7014. Grayscale: #B6B6B6. Windows color (decimal): -946197 or 15437809. OLE color: 15437809.

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

Color convert

RGB241143235-
CMYK00.410.020.05
HSL303.67º77.78%75.29%-
HSV(B)303.67º40.66%94.51%-
XYZ61.0944.3483.94-
YUV182.79157.47169.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 143 (56.25% from 255) = 23.10%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=38.93%
G=23.10%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114323500.410.020.05303.6777.7875.29
HexF18FEB029251304e4b
Octal36121735305125460116113
Binary11110001100011111110101101010011010110011000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FEB; }

 p { color: rgb(241,143,235); }

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

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

 a { background-color: rgb(241,143,235); }

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

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

 span { border-color: rgb(241,143,235); }

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