Html Css Color HEX #F41DF4 Magenta

📋 copy color: '#F41DF4'

red 244 ◦ green 29 ◦ blue 244

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

Shades of Magenta #F41DF4

Tints of Magenta #F41DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.2%

R = 47.2%
G = 5.61%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F41DF4 (or 0xF41DF4) is known color: Magenta. HEX triplet: F4, 1D and F4. RGB value is (244,29,244). Sum of RGB (Red+Green+Blue) = 244+29+244=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 29 (11.72% from 255 or 5.61% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F41DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41DF4 is #0BE20B. Grayscale: #757575. Windows color (decimal): -778764 or 15998452. OLE color: 15998452.

HSL color Cylindrical-coordinate representation of color #F41DF4: hue angle of 300º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41DF4 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 29 244 -
CMYK 0 0.88 0 0.04
HSL 300º 0.91% 0.54% -
HSV(B) 300º 0.88% 0.96% -
XYZ 54.08 26.64 87.88 -
YUV 117.8 199.23 218.02 -
System Red Green Blue C M Y K H S L
Decimal 244 29 244 0 0.88 0 0.04 300 0.91 0.54
Hex F4 1D F4 0 58 0 4 12C 5B 36
Octal 364 35 364 0 130 0 4 454 133 66
Binary 11110100 11101 11110100 0 1011000 0 100 100101100 1011011 110110

Color Harmonies of #F41DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DF4

Black with #F41DF4

Text Example


Text Example

White with #F41DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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