Html Css Color HEX #F41DFF Magenta

📋 copy color: '#F41DFF'

red 244 ◦ green 29 ◦ blue 255

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

Shades of Magenta #F41DFF

Tints of Magenta #F41DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 46.21%
G = 5.49%
B = 48.3%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F41DFF (or 0xF41DFF) is known color: Magenta. HEX triplet: F4, 1D and FF. RGB value is (244,29,255). Sum of RGB (Red+Green+Blue) = 244+29+255=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 29 (11.72% from 255 or 5.49% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #F41DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41DFF is #0BE200. Grayscale: #767676. Windows color (decimal): -778753 or 16719348. OLE color: 16719348.

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

Color convert

RGB 244 29 255 -
CMYK 0.04 0.89 0 0
HSL 297.08º 1% 0.56% -
HSV(B) 297.08º 0.89% 1% -
XYZ 55.8 27.33 96.94 -
YUV 119.05 204.73 217.12 -
System Red Green Blue C M Y K H S L
Decimal 244 29 255 0.04 0.89 0 0 297.08 1 0.56
Hex F4 1D FF 4 59 0 0 129 64 38
Octal 364 35 377 4 131 0 0 451 144 70
Binary 11110100 11101 11111111 100 1011001 0 0 100101001 1100100 111000

Color Harmonies of #F41DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DFF

Black with #F41DFF

Text Example


Text Example

White with #F41DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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