#FA01C8

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

Shades of Hot Magenta #FA01C8

Tints of Hot Magenta #FA01C8

Color information

#FA01C8 (or 0xFA01C8) is unknown color: approx Hot Magenta. HEX triplet: FA, 01 and C8. RGB value is (250,1,200). Sum of RGB (Red+Green+Blue) = 250+1+200=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01C8 is #05FE37. Grayscale: #616161. Windows color (decimal): -392760 or 13107706. OLE color: 13107706.

HSL color Cylindrical-coordinate representation of color #FA01C8: hue angle of 312.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01C8 is Cyan = 0, Magento = 1.00, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB2501200-
CMYK01.000.20.02
HSL312.05º99.2%49.22%-
HSV(B)312.05º99.6%98.04%-
XYZ49.8624.5256.75-
YUV98.14185.49236.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.43%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=55.43%
G=0.22%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250120001.000.20.02312.0599.249.22
HexFA1C80641421386331
Octal3721310014424247014361
Binary111110101110010000110010010100101001110001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA01C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA01C8; }

 p { color: rgb(250,1,200); }

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

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

 a { background-color: rgb(250,1,200); }

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

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

 span { border-color: rgb(250,1,200); }

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