#f421f7

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

Shades of Magenta #F421F7

Tints of Magenta #F421F7

Color information

#F421F7 (or 0xF421F7) is unknown color: approx Magenta. HEX triplet: F4, 21 and F7. RGB value is (244,33,247). Sum of RGB (Red+Green+Blue) = 244+33+247=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 33 (13.28% from 255 or 6.30% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #F421F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F421F7 is #0BDE08. Grayscale: #777777. Windows color (decimal): -777737 or 16196084. OLE color: 16196084.

HSL color Cylindrical-coordinate representation of color #F421F7: hue angle of 299.16º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F421F7 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24433247-
CMYK0.010.8700.03
HSL299.16º93.04%54.9%-
HSV(B)299.16º86.64%96.86%-
XYZ54.6427.0490.33-
YUV120.48199.4216.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 33 (13.28% from 255) = 6.30%
BLUE value IS 247 (96.88% from 255) = 47.14%
R=46.56%
G=6.30%
B=47.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal244332470.010.8700.03299.1693.0454.9
HexF421F71570312b5d37
Octal3644136711270345313567
Binary1111010010000111110111110101110111001010111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f421f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f421f7; }

 p { color: rgb(244,33,247); }

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

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

 a { background-color: rgb(244,33,247); }

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

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

 span { border-color: rgb(244,33,247); }

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