Html Css Color HEX #F12EFC Magenta

📋 copy color: '#F12EFC'

red 241 ◦ green 46 ◦ blue 252

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

Shades of Magenta #F12EFC

Tints of Magenta #F12EFC

RGB

 RED value IS 241 (94.53% from 255) = 44.71%

 GREEN value IS 46 (18.36% from 255) = 8.53%

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 44.71%
G = 8.53%
B = 46.75%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F12EFC (or 0xF12EFC) is known color: Magenta. HEX triplet: F1, 2E and FC. RGB value is (241,46,252). Sum of RGB (Red+Green+Blue) = 241+46+252=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 46 (18.36% from 255 or 8.53% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #F12EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12EFC is #0ED103. Grayscale: #7F7F7F. Windows color (decimal): -971012 or 16527089. OLE color: 16527089.

HSL color Cylindrical-coordinate representation of color #F12EFC: hue angle of 296.8º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12EFC is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 46 252 -
CMYK 0.04 0.82 0 0.01
HSL 296.8º 0.97% 0.58% -
HSV(B) 296.8º 0.82% 0.99% -
XYZ 54.82 27.68 94.55 -
YUV 127.79 198.1 208.75 -
System Red Green Blue C M Y K H S L
Decimal 241 46 252 0.04 0.82 0 0.01 296.8 0.97 0.58
Hex F1 2E FC 4 52 0 1 129 61 3A
Octal 361 56 374 4 122 0 1 451 141 72
Binary 11110001 101110 11111100 100 1010010 0 1 100101001 1100001 111010

Color Harmonies of #F12EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12EFC

Black with #F12EFC

Text Example


Text Example

White with #F12EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12EFC; }

 p { color: rgb(241,46,252); }

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

background-color css

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

 a { background-color: rgb(241,46,252); }

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

border-color css

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

 span { border-color: rgb(241,46,252); }

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