Html Css Color HEX #F121EA Magenta

📋 copy color: '#F121EA'

red 241 ◦ green 33 ◦ blue 234

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

Shades of Magenta #F121EA

Tints of Magenta #F121EA

RGB

 RED value IS 241 (94.53% from 255) = 47.44%

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 47.44%
G = 6.5%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F121EA (or 0xF121EA) is known color: Magenta. HEX triplet: F1, 21 and EA. RGB value is (241,33,234). Sum of RGB (Red+Green+Blue) = 241+33+234=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F121EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121EA is #0EDE15. Grayscale: #757575. Windows color (decimal): -974358 or 15344113. OLE color: 15344113.

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

Color convert

RGB 241 33 234 -
CMYK 0 0.86 0.03 0.05
HSL 302.02º 0.88% 0.54% -
HSV(B) 302.02º 0.86% 0.95% -
XYZ 51.67 25.73 80.08 -
YUV 118.11 193.41 215.66 -
System Red Green Blue C M Y K H S L
Decimal 241 33 234 0 0.86 0.03 0.05 302.02 0.88 0.54
Hex F1 21 EA 0 56 3 5 12E 58 36
Octal 361 41 352 0 126 3 5 456 130 66
Binary 11110001 100001 11101010 0 1010110 11 101 100101110 1011000 110110

Color Harmonies of #F121EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121EA

Black with #F121EA

Text Example


Text Example

White with #F121EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121EA; }

 p { color: rgb(241,33,234); }

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

background-color css

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

 a { background-color: rgb(241,33,234); }

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

border-color css

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

 span { border-color: rgb(241,33,234); }

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