Html Css Color HEX #F411DA Hot Magenta

📋 copy color: '#F411DA'

red 244 ◦ green 17 ◦ blue 218

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

Shades of Hot Magenta #F411DA

Tints of Hot Magenta #F411DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 50.94%
G = 3.55%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F411DA (or 0xF411DA) is known color: Hot Magenta. HEX triplet: F4, 11 and DA. RGB value is (244,17,218). Sum of RGB (Red+Green+Blue) = 244+17+218=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F411DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411DA is #0BEE25. Grayscale: #6B6B6B. Windows color (decimal): -781862 or 14291444. OLE color: 14291444.

HSL color Cylindrical-coordinate representation of color #F411DA: hue angle of 306.87º 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 #F411DA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 218 -
CMYK 0 0.93 0.11 0.04
HSL 306.87º 0.91% 0.51% -
HSV(B) 306.87º 0.93% 0.96% -
XYZ 50.16 24.7 68.45 -
YUV 107.79 190.21 225.16 -
System Red Green Blue C M Y K H S L
Decimal 244 17 218 0 0.93 0.11 0.04 306.87 0.91 0.51
Hex F4 11 DA 0 5D B 4 133 5B 33
Octal 364 21 332 0 135 13 4 463 133 63
Binary 11110100 10001 11011010 0 1011101 1011 100 100110011 1011011 110011

Color Harmonies of #F411DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F411DA

Black with #F411DA

Text Example


Text Example

White with #F411DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F411DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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