Html Css Color HEX #F113FE Magenta

📋 copy color: '#F113FE'

red 241 ◦ green 19 ◦ blue 254

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

Shades of Magenta #F113FE

Tints of Magenta #F113FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.7%

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

R = 46.89%
G = 3.7%
B = 49.42%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F113FE (or 0xF113FE) is known color: Magenta. HEX triplet: F1, 13 and FE. RGB value is (241,19,254). Sum of RGB (Red+Green+Blue) = 241+19+254=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 19 (7.81% from 255 or 3.70% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #F113FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113FE is #0EEC01. Grayscale: #6F6F6F. Windows color (decimal): -977922 or 16651249. OLE color: 16651249.

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

Color convert

RGB 241 19 254 -
CMYK 0.05 0.93 0 0.00
HSL 296.68º 0.99% 0.54% -
HSV(B) 296.68º 0.93% 1% -
XYZ 54.4 26.32 95.98 -
YUV 112.17 208.05 219.89 -
System Red Green Blue C M Y K H S L
Decimal 241 19 254 0.05 0.93 0 0.00 296.68 0.99 0.54
Hex F1 13 FE 5 5D 0 0 129 63 36
Octal 361 23 376 5 135 0 0 451 143 66
Binary 11110001 10011 11111110 101 1011101 0 0 100101001 1100011 110110

Color Harmonies of #F113FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113FE

Black with #F113FE

Text Example


Text Example

White with #F113FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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