Html Css Color HEX #F408D8 Hot Magenta

📋 copy color: '#F408D8'

red 244 ◦ green 8 ◦ blue 216

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

Shades of Hot Magenta #F408D8

Tints of Hot Magenta #F408D8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 52.14%
G = 1.71%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F408D8 (or 0xF408D8) is known color: Hot Magenta. HEX triplet: F4, 08 and D8. RGB value is (244,8,216). Sum of RGB (Red+Green+Blue) = 244+8+216=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F408D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F408D8 is #0BF727. Grayscale: #656565. Windows color (decimal): -784168 or 14158068. OLE color: 14158068.

HSL color Cylindrical-coordinate representation of color #F408D8: hue angle of 307.12º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F408D8 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 8 216 -
CMYK 0 0.97 0.11 0.04
HSL 307.12º 0.94% 0.49% -
HSV(B) 307.12º 0.97% 0.96% -
XYZ 49.79 24.36 67.04 -
YUV 102.28 192.19 229.09 -
System Red Green Blue C M Y K H S L
Decimal 244 8 216 0 0.97 0.11 0.04 307.12 0.94 0.49
Hex F4 8 D8 0 61 B 4 133 5E 31
Octal 364 10 330 0 141 13 4 463 136 61
Binary 11110100 1000 11011000 0 1100001 1011 100 100110011 1011110 110001

Color Harmonies of #F408D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F408D8

Black with #F408D8

Text Example


Text Example

White with #F408D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F408D8; }

 p { color: rgb(244,8,216); }

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

background-color css

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

 a { background-color: rgb(244,8,216); }

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

border-color css

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

 span { border-color: rgb(244,8,216); }

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