#F18AF1

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

Shades of Violet #F18AF1

Tints of Violet #F18AF1

Color information

#F18AF1 (or 0xF18AF1) is unknown color: approx Violet. HEX triplet: F1, 8A and F1. RGB value is (241,138,241). Sum of RGB (Red+Green+Blue) = 241+138+241=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 138 (54.30% from 255 or 22.26% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F18AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AF1 is #0E750E. Grayscale: #B4B4B4. Windows color (decimal): -947471 or 15829745. OLE color: 15829745.

HSL color Cylindrical-coordinate representation of color #F18AF1: hue angle of 300º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AF1 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241138241-
CMYK00.4300.05
HSL300º78.63%74.31%-
HSV(B)300º42.74%94.51%-
XYZ61.2443.2388.34-
YUV180.54162.12171.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 138 (54.30% from 255) = 22.26%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=38.87%
G=22.26%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113824100.4300.0530078.6374.31
HexF18AF102B0512c4f4a
Octal36121236105305454117112
Binary1111000110001010111100010101011010110010110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AF1; }

 p { color: rgb(241,138,241); }

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

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

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

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

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

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

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