#FF12F6

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

Shades of Magenta #FF12F6

Tints of Magenta #FF12F6

Color information

#FF12F6 (or 0xFF12F6) is unknown color: approx Magenta. HEX triplet: FF, 12 and F6. RGB value is (255,18,246). Sum of RGB (Red+Green+Blue) = 255+18+246=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 18 (7.42% from 255 or 3.47% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12F6 is #00ED09. Grayscale: #727272. Windows color (decimal): -60682 or 16126719. OLE color: 16126719.

HSL color Cylindrical-coordinate representation of color #FF12F6: hue angle of 302.28º 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 #FF12F6 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB25518246-
CMYK00.930.040
HSL302.28º100%53.53%-
HSV(B)302.28º92.94%100%-
XYZ58.0928.3589.6-
YUV114.85202.02227.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 18 (7.42% from 255) = 3.47%
BLUE value IS 246 (96.48% from 255) = 47.40%
R=49.13%
G=3.47%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551824600.930.040302.2810053.53
HexFF12F605D4012e6436
Octal3772236601354045614466
Binary1111111110010111101100101110110001001011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12F6; }

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

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

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

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

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

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

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

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