Html Css Color HEX #F122F0 Magenta

📋 copy color: '#F122F0'

red 241 ◦ green 34 ◦ blue 240

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

Shades of Magenta #F122F0

Tints of Magenta #F122F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 46.8%
G = 6.6%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F122F0 (or 0xF122F0) is known color: Magenta. HEX triplet: F1, 22 and F0. RGB value is (241,34,240). Sum of RGB (Red+Green+Blue) = 241+34+240=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 34 (13.67% from 255 or 6.60% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F122F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122F0 is #0EDD0F. Grayscale: #767676. Windows color (decimal): -974096 or 15737585. OLE color: 15737585.

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

Color convert

RGB 241 34 240 -
CMYK 0 0.86 0.00 0.05
HSL 300.29º 0.88% 0.54% -
HSV(B) 300.29º 0.86% 0.95% -
XYZ 52.58 26.14 84.71 -
YUV 119.38 196.08 214.75 -
System Red Green Blue C M Y K H S L
Decimal 241 34 240 0 0.86 0.00 0.05 300.29 0.88 0.54
Hex F1 22 F0 0 56 0 5 12C 58 36
Octal 361 42 360 0 126 0 5 454 130 66
Binary 11110001 100010 11110000 0 1010110 0 101 100101100 1011000 110110

Color Harmonies of #F122F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F122F0

Black with #F122F0

Text Example


Text Example

White with #F122F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F122F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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