Html Css Color HEX #F12EFE Magenta

📋 copy color: '#F12EFE'

red 241 ◦ green 46 ◦ blue 254

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

Shades of Magenta #F12EFE

Tints of Magenta #F12EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 44.55%
G = 8.5%
B = 46.95%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F12EFE (or 0xF12EFE) is known color: Magenta. HEX triplet: F1, 2E and FE. RGB value is (241,46,254). Sum of RGB (Red+Green+Blue) = 241+46+254=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 46 (18.36% from 255 or 8.50% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #F12EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12EFE is #0ED101. Grayscale: #7F7F7F. Windows color (decimal): -971010 or 16658161. OLE color: 16658161.

HSL color Cylindrical-coordinate representation of color #F12EFE: hue angle of 296.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12EFE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 46 254 -
CMYK 0.05 0.82 0 0.00
HSL 296.25º 0.99% 0.59% -
HSV(B) 296.25º 0.82% 1% -
XYZ 55.14 27.81 96.23 -
YUV 128.02 199.1 208.59 -
System Red Green Blue C M Y K H S L
Decimal 241 46 254 0.05 0.82 0 0.00 296.25 0.99 0.59
Hex F1 2E FE 5 52 0 0 128 63 3B
Octal 361 56 376 5 122 0 0 450 143 73
Binary 11110001 101110 11111110 101 1010010 0 0 100101000 1100011 111011

Color Harmonies of #F12EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12EFE

Black with #F12EFE

Text Example


Text Example

White with #F12EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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