Html Css Color HEX #F421EC Magenta

📋 copy color: '#F421EC'

red 244 ◦ green 33 ◦ blue 236

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

Shades of Magenta #F421EC

Tints of Magenta #F421EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 47.56%
G = 6.43%
B = 46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F421EC (or 0xF421EC) is known color: Magenta. HEX triplet: F4, 21 and EC. RGB value is (244,33,236). Sum of RGB (Red+Green+Blue) = 244+33+236=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F421EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F421EC is #0BDE13. Grayscale: #767676. Windows color (decimal): -777748 or 15475188. OLE color: 15475188.

HSL color Cylindrical-coordinate representation of color #F421EC: hue angle of 302.27º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421EC is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 236 -
CMYK 0 0.86 0.03 0.04
HSL 302.27º 0.91% 0.54% -
HSV(B) 302.27º 0.86% 0.96% -
XYZ 52.99 26.38 81.66 -
YUV 119.23 193.9 216.99 -
System Red Green Blue C M Y K H S L
Decimal 244 33 236 0 0.86 0.03 0.04 302.27 0.91 0.54
Hex F4 21 EC 0 56 3 4 12E 5B 36
Octal 364 41 354 0 126 3 4 456 133 66
Binary 11110100 100001 11101100 0 1010110 11 100 100101110 1011011 110110

Color Harmonies of #F421EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421EC

Black with #F421EC

Text Example


Text Example

White with #F421EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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