Html Css Color HEX #FF12FA Magenta

📋 copy color: '#FF12FA'

red 255 ◦ green 18 ◦ blue 250

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

Shades of Magenta #FF12FA

Tints of Magenta #FF12FA

RGB

 RED value IS 255 (100% from 255) = 48.76%

 GREEN value IS 18 (7.42% from 255) = 3.44%

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 48.76%
G = 3.44%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF12FA (or 0xFF12FA) is known color: Magenta. HEX triplet: FF, 12 and FA. RGB value is (255,18,250). Sum of RGB (Red+Green+Blue) = 255+18+250=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 18 (7.42% from 255 or 3.44% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12FA is #00ED05. Grayscale: #727272. Windows color (decimal): -60678 or 16388863. OLE color: 16388863.

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

Color convert

RGB 255 18 250 -
CMYK 0 0.93 0.02 0
HSL 301.27º 1% 0.54% -
HSV(B) 301.27º 0.93% 1% -
XYZ 58.71 28.59 92.87 -
YUV 115.31 204.02 227.64 -
System Red Green Blue C M Y K H S L
Decimal 255 18 250 0 0.93 0.02 0 301.27 1 0.54
Hex FF 12 FA 0 5D 2 0 12D 64 36
Octal 377 22 372 0 135 2 0 455 144 66
Binary 11111111 10010 11111010 0 1011101 10 0 100101101 1100100 110110

Color Harmonies of #FF12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12FA

Black with #FF12FA

Text Example


Text Example

White with #FF12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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