Html Css Color HEX #F411FE Magenta

📋 copy color: '#F411FE'

red 244 ◦ green 17 ◦ blue 254

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

Shades of Magenta #F411FE

Tints of Magenta #F411FE

RGB

 RED value IS 244 (95.7% from 255) = 47.38%

 GREEN value IS 17 (7.03% from 255) = 3.3%

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

R = 47.38%
G = 3.3%
B = 49.32%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F411FE (or 0xF411FE) is known color: Magenta. HEX triplet: F4, 11 and FE. RGB value is (244,17,254). Sum of RGB (Red+Green+Blue) = 244+17+254=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 17 (7.03% from 255 or 3.30% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #F411FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411FE is #0BEE01. Grayscale: #6F6F6F. Windows color (decimal): -781826 or 16650740. OLE color: 16650740.

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

Color convert

RGB 244 17 254 -
CMYK 0.04 0.93 0 0.00
HSL 297.47º 0.99% 0.53% -
HSV(B) 297.47º 0.93% 1% -
XYZ 55.4 26.79 96.02 -
YUV 111.89 208.21 222.23 -
System Red Green Blue C M Y K H S L
Decimal 244 17 254 0.04 0.93 0 0.00 297.47 0.99 0.53
Hex F4 11 FE 4 5D 0 0 129 63 35
Octal 364 21 376 4 135 0 0 451 143 65
Binary 11110100 10001 11111110 100 1011101 0 0 100101001 1100011 110101

Color Harmonies of #F411FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F411FE

Black with #F411FE

Text Example


Text Example

White with #F411FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F411FE; }

 p { color: rgb(244,17,254); }

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

background-color css

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

 a { background-color: rgb(244,17,254); }

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

border-color css

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

 span { border-color: rgb(244,17,254); }

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