Html Css Color HEX #FF12E6 Magenta

📋 copy color: '#FF12E6'

red 255 ◦ green 18 ◦ blue 230

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

Shades of Magenta #FF12E6

Tints of Magenta #FF12E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 50.7%
G = 3.58%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF12E6 (or 0xFF12E6) is known color: Magenta. HEX triplet: FF, 12 and E6. RGB value is (255,18,230). Sum of RGB (Red+Green+Blue) = 255+18+230=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12E6 is #00ED19. Grayscale: #707070. Windows color (decimal): -60698 or 15078143. OLE color: 15078143.

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

Color convert

RGB 255 18 230 -
CMYK 0 0.93 0.10 0
HSL 306.33º 1% 0.54% -
HSV(B) 306.33º 0.93% 1% -
XYZ 55.74 27.41 77.21 -
YUV 113.03 194.02 229.26 -
System Red Green Blue C M Y K H S L
Decimal 255 18 230 0 0.93 0.10 0 306.33 1 0.54
Hex FF 12 E6 0 5D A 0 132 64 36
Octal 377 22 346 0 135 12 0 462 144 66
Binary 11111111 10010 11100110 0 1011101 1010 0 100110010 1100100 110110

Color Harmonies of #FF12E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12E6

Black with #FF12E6

Text Example


Text Example

White with #FF12E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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