#FA18FF

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

Shades of Magenta #FA18FF

Tints of Magenta #FA18FF

Color information

#FA18FF (or 0xFA18FF) is unknown color: approx Magenta. HEX triplet: FA, 18 and FF. RGB value is (250,24,255). Sum of RGB (Red+Green+Blue) = 250+24+255=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 24 (9.77% from 255 or 4.54% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA18FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA18FF is #05E700. Grayscale: #757575. Windows color (decimal): -386817 or 16718074. OLE color: 16718074.

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

Color convert

RGB25024255-
CMYK0.020.9100
HSL298.7º100%54.71%-
HSV(B)298.7º90.59%100%-
XYZ57.828.297-
YUV117.91205.37222.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 24 (9.77% from 255) = 4.54%
BLUE value IS 255 (100% from 255) = 48.20%
R=47.26%
G=4.54%
B=48.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250242550.020.9100298.710054.71
HexFA18FF25B0012b6437
Octal3723037721330045314467
Binary111110101100011111111101011011001001010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA18FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA18FF; }

 p { color: rgb(250,24,255); }

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

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

 a { background-color: rgb(250,24,255); }

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

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

 span { border-color: rgb(250,24,255); }

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