Html Css Color HEX #F421FE Magenta

📋 copy color: '#F421FE'

red 244 ◦ green 33 ◦ blue 254

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

Shades of Magenta #F421FE

Tints of Magenta #F421FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 45.95%
G = 6.21%
B = 47.83%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F421FE (or 0xF421FE) is known color: Magenta. HEX triplet: F4, 21 and FE. RGB value is (244,33,254). Sum of RGB (Red+Green+Blue) = 244+33+254=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 33 (13.28% from 255 or 6.21% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #F421FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F421FE is #0BDE01. Grayscale: #787878. Windows color (decimal): -777730 or 16654836. OLE color: 16654836.

HSL color Cylindrical-coordinate representation of color #F421FE: hue angle of 297.29º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F421FE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 33 254 -
CMYK 0.04 0.87 0 0.00
HSL 297.29º 0.99% 0.56% -
HSV(B) 297.29º 0.87% 1% -
XYZ 55.74 27.48 96.13 -
YUV 121.28 202.9 215.53 -
System Red Green Blue C M Y K H S L
Decimal 244 33 254 0.04 0.87 0 0.00 297.29 0.99 0.56
Hex F4 21 FE 4 57 0 0 129 63 38
Octal 364 41 376 4 127 0 0 451 143 70
Binary 11110100 100001 11111110 100 1010111 0 0 100101001 1100011 111000

Color Harmonies of #F421FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421FE

Black with #F421FE

Text Example


Text Example

White with #F421FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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