Html Css Color HEX #F41CE8 Magenta

📋 copy color: '#F41CE8'

red 244 ◦ green 28 ◦ blue 232

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

Shades of Magenta #F41CE8

Tints of Magenta #F41CE8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.56%

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 48.41%
G = 5.56%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F41CE8 (or 0xF41CE8) is known color: Magenta. HEX triplet: F4, 1C and E8. RGB value is (244,28,232). Sum of RGB (Red+Green+Blue) = 244+28+232=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CE8 is #0BE317. Grayscale: #737373. Windows color (decimal): -779032 or 15211764. OLE color: 15211764.

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

Color convert

RGB 244 28 232 -
CMYK 0 0.89 0.05 0.04
HSL 303.33º 0.91% 0.53% -
HSV(B) 303.33º 0.89% 0.96% -
XYZ 52.29 25.89 78.59 -
YUV 115.84 193.56 219.41 -
System Red Green Blue C M Y K H S L
Decimal 244 28 232 0 0.89 0.05 0.04 303.33 0.91 0.53
Hex F4 1C E8 0 59 5 4 12F 5B 35
Octal 364 34 350 0 131 5 4 457 133 65
Binary 11110100 11100 11101000 0 1011001 101 100 100101111 1011011 110101

Color Harmonies of #F41CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CE8

Black with #F41CE8

Text Example


Text Example

White with #F41CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CE8; }

 p { color: rgb(244,28,232); }

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

background-color css

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

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

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

border-color css

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

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

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