#FF12F4

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

Shades of Magenta #FF12F4

Tints of Magenta #FF12F4

Color information

#FF12F4 (or 0xFF12F4) is unknown color: approx Magenta. HEX triplet: FF, 12 and F4. RGB value is (255,18,244). Sum of RGB (Red+Green+Blue) = 255+18+244=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 18 (7.42% from 255 or 3.48% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12F4 is #00ED0B. Grayscale: #717171. Windows color (decimal): -60684 or 15995647. OLE color: 15995647.

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

Color convert

RGB25518244-
CMYK00.930.040
HSL302.78º100%53.53%-
HSV(B)302.78º92.94%100%-
XYZ57.7928.2287.99-
YUV114.63201.02228.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551824400.930.040302.7810053.53
HexFF12F405D4012f6436
Octal3772236401354045714466
Binary1111111110010111101000101110110001001011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12F4; }

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

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

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

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

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

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

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

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