#F801F4

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

Shades of Magenta #F801F4

Tints of Magenta #F801F4

Color information

#F801F4 (or 0xF801F4) is unknown color: approx Magenta. HEX triplet: F8, 01 and F4. RGB value is (248,1,244). Sum of RGB (Red+Green+Blue) = 248+1+244=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 1 (0.78% from 255 or 0.20% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F801F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801F4 is #07FE0B. Grayscale: #656565. Windows color (decimal): -523788 or 15991288. OLE color: 15991288.

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

Color convert

RGB2481244-
CMYK01.000.020.03
HSL300.97º99.2%48.82%-
HSV(B)300.97º99.6%97.25%-
XYZ55.0526.5187.8-
YUV102.56207.83231.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.30%
GREEN value IS 1 (0.78% from 255) = 0.20%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=50.30%
G=0.20%
B=49.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248124401.000.020.03300.9799.248.82
HexF81F40642312d6331
Octal370136401442345514361
Binary111110001111101000110010010111001011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F801F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F801F4; }

 p { color: rgb(248,1,244); }

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

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

 a { background-color: rgb(248,1,244); }

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

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

 span { border-color: rgb(248,1,244); }

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