#F18AFF

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

Shades of Violet #F18AFF

Tints of Violet #F18AFF

Color information

#F18AFF (or 0xF18AFF) is unknown color: approx Violet. HEX triplet: F1, 8A and FF. RGB value is (241,138,255). Sum of RGB (Red+Green+Blue) = 241+138+255=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 138 (54.30% from 255 or 21.77% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #F18AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AFF is #0E7500. Grayscale: #B5B5B5. Windows color (decimal): -947457 or 16747249. OLE color: 16747249.

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

Color convert

RGB241138255-
CMYK0.050.4600
HSL292.82º100%77.06%-
HSV(B)292.82º45.88%100%-
XYZ63.4144.199.78-
YUV182.14169.12169.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 138 (54.30% from 255) = 21.77%
BLUE value IS 255 (100% from 255) = 40.22%
R=38.01%
G=21.77%
B=40.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411382550.050.4600292.8210077.06
HexF18AFF52E00125644d
Octal36121237755600445144115
Binary1111000110001010111111111011011100010010010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AFF; }

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

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

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

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

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

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

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

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