#FA0CF8

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

Shades of Magenta #FA0CF8

Tints of Magenta #FA0CF8

Color information

#FA0CF8 (or 0xFA0CF8) is unknown color: approx Magenta. HEX triplet: FA, 0C and F8. RGB value is (250,12,248). Sum of RGB (Red+Green+Blue) = 250+12+248=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 12 (5.08% from 255 or 2.35% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CF8 is #05F307. Grayscale: #6D6D6D. Windows color (decimal): -389896 or 16256250. OLE color: 16256250.

HSL color Cylindrical-coordinate representation of color #FA0CF8: hue angle of 300.5º 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 #FA0CF8 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB25012248-
CMYK00.950.010.02
HSL300.5º95.97%51.37%-
HSV(B)300.5º95.2%98.04%-
XYZ56.527.3691.11-
YUV110.07205.85227.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 12 (5.08% from 255) = 2.35%
BLUE value IS 248 (97.27% from 255) = 48.63%
R=49.02%
G=2.35%
B=48.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501224800.950.010.02300.595.9751.37
HexFACF805F1212d6033
Octal3721437001371245514063
Binary11111010110011111000010111111101001011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0CF8; }

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

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

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

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

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

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

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

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