#F412FF

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

Shades of Magenta #F412FF

Tints of Magenta #F412FF

Color information

#F412FF (or 0xF412FF) is unknown color: approx Magenta. HEX triplet: F4, 12 and FF. RGB value is (244,18,255). Sum of RGB (Red+Green+Blue) = 244+18+255=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 18 (7.42% from 255 or 3.48% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F412FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F412FF is #0BED00. Grayscale: #6F6F6F. Windows color (decimal): -781569 or 16716532. OLE color: 16716532.

HSL color Cylindrical-coordinate representation of color #F412FF: hue angle of 297.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412FF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24418255-
CMYK0.040.9300
HSL297.22º100%53.53%-
HSV(B)297.22º92.94%100%-
XYZ55.5726.8996.87-
YUV112.59208.37221.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.20%
GREEN value IS 18 (7.42% from 255) = 3.48%
BLUE value IS 255 (100% from 255) = 49.32%
R=47.20%
G=3.48%
B=49.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal244182550.040.9300297.2210053.53
HexF412FF45D001296436
Octal3642237741350045114466
Binary1111010010010111111111001011101001001010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F412FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F412FF; }

 p { color: rgb(244,18,255); }

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

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

 a { background-color: rgb(244,18,255); }

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

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

 span { border-color: rgb(244,18,255); }

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