Html Css Color HEX #F411E1 Hot Magenta

📋 copy color: '#F411E1'

red 244 ◦ green 17 ◦ blue 225

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

Shades of Hot Magenta #F411E1

Tints of Hot Magenta #F411E1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.5%

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 50.21%
G = 3.5%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F411E1 (or 0xF411E1) is known color: Hot Magenta. HEX triplet: F4, 11 and E1. RGB value is (244,17,225). Sum of RGB (Red+Green+Blue) = 244+17+225=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F411E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411E1 is #0BEE1E. Grayscale: #6B6B6B. Windows color (decimal): -781855 or 14750196. OLE color: 14750196.

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

Color convert

RGB 244 17 225 -
CMYK 0 0.93 0.08 0.04
HSL 305.02º 0.91% 0.51% -
HSV(B) 305.02º 0.93% 0.96% -
XYZ 51.1 25.07 73.38 -
YUV 108.59 193.71 224.59 -
System Red Green Blue C M Y K H S L
Decimal 244 17 225 0 0.93 0.08 0.04 305.02 0.91 0.51
Hex F4 11 E1 0 5D 8 4 131 5B 33
Octal 364 21 341 0 135 10 4 461 133 63
Binary 11110100 10001 11100001 0 1011101 1000 100 100110001 1011011 110011

Color Harmonies of #F411E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F411E1

Black with #F411E1

Text Example


Text Example

White with #F411E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F411E1; }

 p { color: rgb(244,17,225); }

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

background-color css

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

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

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

border-color css

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

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

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