Html Css Color HEX #F41EFE Magenta

📋 copy color: '#F41EFE'

red 244 ◦ green 30 ◦ blue 254

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

Shades of Magenta #F41EFE

Tints of Magenta #F41EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.68%

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

R = 46.21%
G = 5.68%
B = 48.11%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F41EFE (or 0xF41EFE) is known color: Magenta. HEX triplet: F4, 1E and FE. RGB value is (244,30,254). Sum of RGB (Red+Green+Blue) = 244+30+254=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 30 (12.11% from 255 or 5.68% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #F41EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41EFE is #0BE101. Grayscale: #767676. Windows color (decimal): -778498 or 16654068. OLE color: 16654068.

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

Color convert

RGB 244 30 254 -
CMYK 0.04 0.88 0 0.00
HSL 297.32º 0.99% 0.56% -
HSV(B) 297.32º 0.88% 1% -
XYZ 55.66 27.32 96.11 -
YUV 119.52 203.9 216.79 -
System Red Green Blue C M Y K H S L
Decimal 244 30 254 0.04 0.88 0 0.00 297.32 0.99 0.56
Hex F4 1E FE 4 58 0 0 129 63 38
Octal 364 36 376 4 130 0 0 451 143 70
Binary 11110100 11110 11111110 100 1011000 0 0 100101001 1100011 111000

Color Harmonies of #F41EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41EFE

Black with #F41EFE

Text Example


Text Example

White with #F41EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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