Html Css Color HEX #F122EF Magenta

📋 copy color: '#F122EF'

red 241 ◦ green 34 ◦ blue 239

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

Shades of Magenta #F122EF

Tints of Magenta #F122EF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.61%

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

R = 46.89%
G = 6.61%
B = 46.5%

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

#F122EF (or 0xF122EF) is known color: Magenta. HEX triplet: F1, 22 and EF. RGB value is (241,34,239). Sum of RGB (Red+Green+Blue) = 241+34+239=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 34 (13.67% from 255 or 6.61% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F122EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122EF is #0EDD10. Grayscale: #767676. Windows color (decimal): -974097 or 15672049. OLE color: 15672049.

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

Color convert

RGB 241 34 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.43 26.08 83.93 -
YUV 119.26 195.58 214.83 -
System Red Green Blue C M Y K H S L
Decimal 241 34 239 0 0.86 0.01 0.05 300.58 0.88 0.54
Hex F1 22 EF 0 56 1 5 12D 58 36
Octal 361 42 357 0 126 1 5 455 130 66
Binary 11110001 100010 11101111 0 1010110 1 101 100101101 1011000 110110

Color Harmonies of #F122EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F122EF

Black with #F122EF

Text Example


Text Example

White with #F122EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F122EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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