Html Css Color HEX #F410DB Hot Magenta

📋 copy color: '#F410DB'

red 244 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #F410DB

Tints of Hot Magenta #F410DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.34%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 50.94%
G = 3.34%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F410DB (or 0xF410DB) is known color: Hot Magenta. HEX triplet: F4, 10 and DB. RGB value is (244,16,219). Sum of RGB (Red+Green+Blue) = 244+16+219=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F410DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410DB is #0BEF24. Grayscale: #6A6A6A. Windows color (decimal): -782117 or 14356724. OLE color: 14356724.

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

Color convert

RGB 244 16 219 -
CMYK 0 0.93 0.10 0.04
HSL 306.58º 0.91% 0.51% -
HSV(B) 306.58º 0.93% 0.96% -
XYZ 50.28 24.72 69.14 -
YUV 107.31 191.04 225.49 -
System Red Green Blue C M Y K H S L
Decimal 244 16 219 0 0.93 0.10 0.04 306.58 0.91 0.51
Hex F4 10 DB 0 5D A 4 133 5B 33
Octal 364 20 333 0 135 12 4 463 133 63
Binary 11110100 10000 11011011 0 1011101 1010 100 100110011 1011011 110011

Color Harmonies of #F410DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F410DB

Black with #F410DB

Text Example


Text Example

White with #F410DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F410DB; }

 p { color: rgb(244,16,219); }

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

background-color css

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

 a { background-color: rgb(244,16,219); }

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

border-color css

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

 span { border-color: rgb(244,16,219); }

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