Html Css Color HEX #F412DD Hot Magenta

📋 copy color: '#F412DD'

red 244 ◦ green 18 ◦ blue 221

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

Shades of Hot Magenta #F412DD

Tints of Hot Magenta #F412DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.73%

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 50.52%
G = 3.73%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F412DD (or 0xF412DD) is known color: Hot Magenta. HEX triplet: F4, 12 and DD. RGB value is (244,18,221). Sum of RGB (Red+Green+Blue) = 244+18+221=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F412DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412DD is #0BED22. Grayscale: #6C6C6C. Windows color (decimal): -781603 or 14488308. OLE color: 14488308.

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

Color convert

RGB 244 18 221 -
CMYK 0 0.93 0.09 0.04
HSL 306.11º 0.91% 0.51% -
HSV(B) 306.11º 0.93% 0.96% -
XYZ 50.58 24.89 70.54 -
YUV 108.72 191.37 224.49 -
System Red Green Blue C M Y K H S L
Decimal 244 18 221 0 0.93 0.09 0.04 306.11 0.91 0.51
Hex F4 12 DD 0 5D 9 4 132 5B 33
Octal 364 22 335 0 135 11 4 462 133 63
Binary 11110100 10010 11011101 0 1011101 1001 100 100110010 1011011 110011

Color Harmonies of #F412DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F412DD

Black with #F412DD

Text Example


Text Example

White with #F412DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F412DD; }

 p { color: rgb(244,18,221); }

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

background-color css

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

 a { background-color: rgb(244,18,221); }

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

border-color css

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

 span { border-color: rgb(244,18,221); }

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