Html Css Color HEX #F131FE Magenta

📋 copy color: '#F131FE'

red 241 ◦ green 49 ◦ blue 254

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

Shades of Magenta #F131FE

Tints of Magenta #F131FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.01%

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

R = 44.3%
G = 9.01%
B = 46.69%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F131FE (or 0xF131FE) is known color: Magenta. HEX triplet: F1, 31 and FE. RGB value is (241,49,254). Sum of RGB (Red+Green+Blue) = 241+49+254=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 49 (19.53% from 255 or 9.01% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #F131FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F131FE is #0ECE01. Grayscale: #818181. Windows color (decimal): -970242 or 16658929. OLE color: 16658929.

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

Color convert

RGB 241 49 254 -
CMYK 0.05 0.81 0 0.00
HSL 296.2º 0.99% 0.59% -
HSV(B) 296.2º 0.81% 1% -
XYZ 55.26 28.05 96.27 -
YUV 129.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 241 49 254 0.05 0.81 0 0.00 296.2 0.99 0.59
Hex F1 31 FE 5 51 0 0 128 63 3B
Octal 361 61 376 5 121 0 0 450 143 73
Binary 11110001 110001 11111110 101 1010001 0 0 100101000 1100011 111011

Color Harmonies of #F131FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131FE

Black with #F131FE

Text Example


Text Example

White with #F131FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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