Html Css Color HEX #F12AFE Magenta

📋 copy color: '#F12AFE'

red 241 ◦ green 42 ◦ blue 254

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

Shades of Magenta #F12AFE

Tints of Magenta #F12AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.82%

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

R = 44.88%
G = 7.82%
B = 47.3%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F12AFE (or 0xF12AFE) is known color: Magenta. HEX triplet: F1, 2A and FE. RGB value is (241,42,254). Sum of RGB (Red+Green+Blue) = 241+42+254=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 42 (16.80% from 255 or 7.82% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #F12AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F12AFE is #0ED501. Grayscale: #7D7D7D. Windows color (decimal): -972034 or 16657137. OLE color: 16657137.

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

Color convert

RGB 241 42 254 -
CMYK 0.05 0.83 0 0.00
HSL 296.32º 0.99% 0.58% -
HSV(B) 296.32º 0.83% 1% -
XYZ 54.99 27.51 96.18 -
YUV 125.67 200.43 210.26 -
System Red Green Blue C M Y K H S L
Decimal 241 42 254 0.05 0.83 0 0.00 296.32 0.99 0.58
Hex F1 2A FE 5 53 0 0 128 63 3A
Octal 361 52 376 5 123 0 0 450 143 72
Binary 11110001 101010 11111110 101 1010011 0 0 100101000 1100011 111010

Color Harmonies of #F12AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12AFE

Black with #F12AFE

Text Example


Text Example

White with #F12AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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