#FA16FD

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

Shades of Magenta #FA16FD

Tints of Magenta #FA16FD

Color information

#FA16FD (or 0xFA16FD) is unknown color: approx Magenta. HEX triplet: FA, 16 and FD. RGB value is (250,22,253). Sum of RGB (Red+Green+Blue) = 250+22+253=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 22 (8.98% from 255 or 4.19% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA16FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA16FD is #05E902. Grayscale: #737373. Windows color (decimal): -387331 or 16586490. OLE color: 16586490.

HSL color Cylindrical-coordinate representation of color #FA16FD: hue angle of 299.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA16FD is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB25022253-
CMYK0.010.9100.01
HSL299.22º98.3%53.92%-
HSV(B)299.22º91.3%99.22%-
XYZ57.4427.9995.3-
YUV116.51205.04223.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 22 (8.98% from 255) = 4.19%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=47.62%
G=4.19%
B=48.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal250222530.010.9100.01299.2298.353.92
HexFA16FD15B0112b6236
Octal3722637511330145314266
Binary11111010101101111110111011011011001010111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA16FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA16FD; }

 p { color: rgb(250,22,253); }

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

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

 a { background-color: rgb(250,22,253); }

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

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

 span { border-color: rgb(250,22,253); }

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