Html Css Color HEX #FF12EF Magenta

📋 copy color: '#FF12EF'

red 255 ◦ green 18 ◦ blue 239

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

Shades of Magenta #FF12EF

Tints of Magenta #FF12EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 49.8%
G = 3.52%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF12EF (or 0xFF12EF) is known color: Magenta. HEX triplet: FF, 12 and EF. RGB value is (255,18,239). Sum of RGB (Red+Green+Blue) = 255+18+239=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 18 (7.42% from 255 or 3.52% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12EF is #00ED10. Grayscale: #717171. Windows color (decimal): -60689 or 15667967. OLE color: 15667967.

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

Color convert

RGB 255 18 239 -
CMYK 0 0.93 0.06 0
HSL 304.05º 1% 0.54% -
HSV(B) 304.05º 0.93% 1% -
XYZ 57.04 27.92 84.05 -
YUV 114.06 198.52 228.53 -
System Red Green Blue C M Y K H S L
Decimal 255 18 239 0 0.93 0.06 0 304.05 1 0.54
Hex FF 12 EF 0 5D 6 0 130 64 36
Octal 377 22 357 0 135 6 0 460 144 66
Binary 11111111 10010 11101111 0 1011101 110 0 100110000 1100100 110110

Color Harmonies of #FF12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12EF

Black with #FF12EF

Text Example


Text Example

White with #FF12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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