Html Css Color HEX #F41EFC Magenta

📋 copy color: '#F41EFC'

red 244 ◦ green 30 ◦ blue 252

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

Shades of Magenta #F41EFC

Tints of Magenta #F41EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 46.39%
G = 5.7%
B = 47.91%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F41EFC (or 0xF41EFC) is known color: Magenta. HEX triplet: F4, 1E and FC. RGB value is (244,30,252). Sum of RGB (Red+Green+Blue) = 244+30+252=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #F41EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41EFC is #0BE103. Grayscale: #767676. Windows color (decimal): -778500 or 16522996. OLE color: 16522996.

HSL color Cylindrical-coordinate representation of color #F41EFC: hue angle of 297.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EFC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 30 252 -
CMYK 0.03 0.88 0 0.01
HSL 297.84º 0.97% 0.55% -
HSV(B) 297.84º 0.88% 0.99% -
XYZ 55.34 27.19 94.43 -
YUV 119.29 202.9 216.95 -
System Red Green Blue C M Y K H S L
Decimal 244 30 252 0.03 0.88 0 0.01 297.84 0.97 0.55
Hex F4 1E FC 3 58 0 1 12A 61 37
Octal 364 36 374 3 130 0 1 452 141 67
Binary 11110100 11110 11111100 11 1011000 0 1 100101010 1100001 110111

Color Harmonies of #F41EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41EFC

Black with #F41EFC

Text Example


Text Example

White with #F41EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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