#F18BF0

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

Shades of Violet #F18BF0

Tints of Violet #F18BF0

Color information

#F18BF0 (or 0xF18BF0) is unknown color: approx Violet. HEX triplet: F1, 8B and F0. RGB value is (241,139,240). Sum of RGB (Red+Green+Blue) = 241+139+240=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 139 (54.69% from 255 or 22.42% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BF0 is #0E740F. Grayscale: #B4B4B4. Windows color (decimal): -947216 or 15764465. OLE color: 15764465.

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

Color convert

RGB241139240-
CMYK00.420.000.05
HSL300.59º78.46%74.51%-
HSV(B)300.59º42.32%94.51%-
XYZ61.2443.4687.6-
YUV181.01161.29170.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 139 (54.69% from 255) = 22.42%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=38.87%
G=22.42%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113924000.420.000.05300.5978.4674.51
HexF18BF002A0512d4e4b
Octal36121336005205455116113
Binary1111000110001011111100000101010010110010110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BF0; }

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

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

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

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

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

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

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

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