Html Css Color HEX #F121EF Magenta

📋 copy color: '#F121EF'

red 241 ◦ green 33 ◦ blue 239

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

Shades of Magenta #F121EF

Tints of Magenta #F121EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 46.98%
G = 6.43%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F121EF (or 0xF121EF) is known color: Magenta. HEX triplet: F1, 21 and EF. RGB value is (241,33,239). Sum of RGB (Red+Green+Blue) = 241+33+239=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F121EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121EF is #0EDE10. Grayscale: #767676. Windows color (decimal): -974353 or 15671793. OLE color: 15671793.

HSL color Cylindrical-coordinate representation of color #F121EF: hue angle of 300.58º 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 #F121EF is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 239 -
CMYK 0 0.86 0.01 0.05
HSL 300.58º 0.88% 0.54% -
HSV(B) 300.58º 0.86% 0.95% -
XYZ 52.4 26.02 83.92 -
YUV 118.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 241 33 239 0 0.86 0.01 0.05 300.58 0.88 0.54
Hex F1 21 EF 0 56 1 5 12D 58 36
Octal 361 41 357 0 126 1 5 455 130 66
Binary 11110001 100001 11101111 0 1010110 1 101 100101101 1011000 110110

Color Harmonies of #F121EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121EF

Black with #F121EF

Text Example


Text Example

White with #F121EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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