Html Css Color HEX #F122ED Magenta

📋 copy color: '#F122ED'

red 241 ◦ green 34 ◦ blue 237

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

Shades of Magenta #F122ED

Tints of Magenta #F122ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 47.07%
G = 6.64%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F122ED (or 0xF122ED) is known color: Magenta. HEX triplet: F1, 22 and ED. RGB value is (241,34,237). Sum of RGB (Red+Green+Blue) = 241+34+237=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 34 (13.67% from 255 or 6.64% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F122ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122ED is #0EDD12. Grayscale: #767676. Windows color (decimal): -974099 or 15540977. OLE color: 15540977.

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

Color convert

RGB 241 34 237 -
CMYK 0 0.86 0.02 0.05
HSL 301.16º 0.88% 0.54% -
HSV(B) 301.16º 0.86% 0.95% -
XYZ 52.13 25.96 82.38 -
YUV 119.04 194.58 214.99 -
System Red Green Blue C M Y K H S L
Decimal 241 34 237 0 0.86 0.02 0.05 301.16 0.88 0.54
Hex F1 22 ED 0 56 2 5 12D 58 36
Octal 361 42 355 0 126 2 5 455 130 66
Binary 11110001 100010 11101101 0 1010110 10 101 100101101 1011000 110110

Color Harmonies of #F122ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F122ED

Black with #F122ED

Text Example


Text Example

White with #F122ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F122ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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