Html Css Color HEX #F121F2 Magenta

📋 copy color: '#F121F2'

red 241 ◦ green 33 ◦ blue 242

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

Shades of Magenta #F121F2

Tints of Magenta #F121F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.9%

R = 46.71%
G = 6.4%
B = 46.9%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F121F2 (or 0xF121F2) is known color: Magenta. HEX triplet: F1, 21 and F2. RGB value is (241,33,242). Sum of RGB (Red+Green+Blue) = 241+33+242=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #F121F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F121F2 is #0EDE0D. Grayscale: #767676. Windows color (decimal): -974350 or 15868401. OLE color: 15868401.

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

Color convert

RGB 241 33 242 -
CMYK 0.00 0.86 0 0.05
HSL 299.71º 0.89% 0.54% -
HSV(B) 299.71º 0.86% 0.95% -
XYZ 52.85 26.2 86.28 -
YUV 119.02 197.41 215.01 -
System Red Green Blue C M Y K H S L
Decimal 241 33 242 0.00 0.86 0 0.05 299.71 0.89 0.54
Hex F1 21 F2 0 56 0 5 12C 59 36
Octal 361 41 362 0 126 0 5 454 131 66
Binary 11110001 100001 11110010 0 1010110 0 101 100101100 1011001 110110

Color Harmonies of #F121F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121F2

Black with #F121F2

Text Example


Text Example

White with #F121F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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