Html Css Color HEX #F41DFE Magenta

📋 copy color: '#F41DFE'

red 244 ◦ green 29 ◦ blue 254

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

Shades of Magenta #F41DFE

Tints of Magenta #F41DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.5%

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

R = 46.3%
G = 5.5%
B = 48.2%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F41DFE (or 0xF41DFE) is known color: Magenta. HEX triplet: F4, 1D and FE. RGB value is (244,29,254). Sum of RGB (Red+Green+Blue) = 244+29+254=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 29 (11.72% from 255 or 5.50% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #F41DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41DFE is #0BE201. Grayscale: #767676. Windows color (decimal): -778754 or 16653812. OLE color: 16653812.

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

Color convert

RGB 244 29 254 -
CMYK 0.04 0.89 0 0.00
HSL 297.33º 0.99% 0.55% -
HSV(B) 297.33º 0.89% 1% -
XYZ 55.64 27.27 96.1 -
YUV 118.94 204.23 217.2 -
System Red Green Blue C M Y K H S L
Decimal 244 29 254 0.04 0.89 0 0.00 297.33 0.99 0.55
Hex F4 1D FE 4 59 0 0 129 63 37
Octal 364 35 376 4 131 0 0 451 143 67
Binary 11110100 11101 11111110 100 1011001 0 0 100101001 1100011 110111

Color Harmonies of #F41DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DFE

Black with #F41DFE

Text Example


Text Example

White with #F41DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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