#F122F8

Color #F122F8 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F122F8

Tints of Magenta #F122F8

Color information

#F122F8 (or 0xF122F8) is unknown color: approx Magenta. HEX triplet: F1, 22 and F8. RGB value is (241,34,248). Sum of RGB (Red+Green+Blue) = 241+34+248=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 34 (13.67% from 255 or 6.50% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #F122F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F122F8 is #0EDD07. Grayscale: #777777. Windows color (decimal): -974088 or 16261873. OLE color: 16261873.

HSL color Cylindrical-coordinate representation of color #F122F8: hue angle of 298.04º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F122F8 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24134248-
CMYK0.030.8600.03
HSL298.04º93.86%55.29%-
HSV(B)298.04º86.29%97.25%-
XYZ53.7926.6291.11-
YUV120.29200.08214.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 34 (13.67% from 255) = 6.50%
BLUE value IS 248 (97.27% from 255) = 47.42%
R=46.08%
G=6.50%
B=47.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal241342480.030.8600.03298.0493.8655.29
HexF122F83560312a5e37
Octal3614237031260345213667
Binary11110001100010111110001110101100111001010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F122F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F122F8; }

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

 H1.HeaderClassName
 {
   color: #F122F8;
 }
 .AnyTagClassName
 {
   color: #F122F8;
 }
</style>
background-color css

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

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

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

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

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

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