#FA0CF9

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

Shades of Magenta #FA0CF9

Tints of Magenta #FA0CF9

Color information

#FA0CF9 (or 0xFA0CF9) is unknown color: approx Magenta. HEX triplet: FA, 0C and F9. RGB value is (250,12,249). Sum of RGB (Red+Green+Blue) = 250+12+249=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CF9 is #05F306. Grayscale: #6D6D6D. Windows color (decimal): -389895 or 16321786. OLE color: 16321786.

HSL color Cylindrical-coordinate representation of color #FA0CF9: hue angle of 300.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CF9 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB25012249-
CMYK00.950.000.02
HSL300.25º95.97%51.37%-
HSV(B)300.25º95.2%98.04%-
XYZ56.6527.4391.93-
YUV110.18206.35227.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 12 (5.08% from 255) = 2.35%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=48.92%
G=2.35%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501224900.950.000.02300.2595.9751.37
HexFACF905F0212c6033
Octal3721437101370245414063
Binary11111010110011111001010111110101001011001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0CF9; }

 p { color: rgb(250,12,249); }

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

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

 a { background-color: rgb(250,12,249); }

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

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

 span { border-color: rgb(250,12,249); }

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