Html Css Color HEX #F421FA Magenta

📋 copy color: '#F421FA'

red 244 ◦ green 33 ◦ blue 250

#F421FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F421FA

Tints of Magenta #F421FA

RGB

 RED value IS 244 (95.7% from 255) = 46.3%

 GREEN value IS 33 (13.28% from 255) = 6.26%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 46.3%
G = 6.26%
B = 47.44%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F421FA (or 0xF421FA) is known color: Magenta. HEX triplet: F4, 21 and FA. RGB value is (244,33,250). Sum of RGB (Red+Green+Blue) = 244+33+250=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 33 (13.28% from 255 or 6.26% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #F421FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F421FA is #0BDE05. Grayscale: #787878. Windows color (decimal): -777734 or 16392692. OLE color: 16392692.

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

Color convert

RGB 244 33 250 -
CMYK 0.02 0.87 0 0.02
HSL 298.34º 0.96% 0.55% -
HSV(B) 298.34º 0.87% 0.98% -
XYZ 55.11 27.22 92.79 -
YUV 120.83 200.9 215.86 -
System Red Green Blue C M Y K H S L
Decimal 244 33 250 0.02 0.87 0 0.02 298.34 0.96 0.55
Hex F4 21 FA 2 57 0 2 12A 60 37
Octal 364 41 372 2 127 0 2 452 140 67
Binary 11110100 100001 11111010 10 1010111 0 10 100101010 1100000 110111

Color Harmonies of #F421FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421FA

Black with #F421FA

Text Example


Text Example

White with #F421FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421FA; }

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

 H1.HeaderClassName
 {
   color: #F421FA;
 }
 .AnyTagClassName
 {
   color: #F421FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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