Html Css Color HEX #F412DF Hot Magenta

📋 copy color: '#F412DF'

red 244 ◦ green 18 ◦ blue 223

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

Shades of Hot Magenta #F412DF

Tints of Hot Magenta #F412DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 50.31%
G = 3.71%
B = 45.98%

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

#F412DF (or 0xF412DF) is known color: Hot Magenta. HEX triplet: F4, 12 and DF. RGB value is (244,18,223). Sum of RGB (Red+Green+Blue) = 244+18+223=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F412DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412DF is #0BED20. Grayscale: #6C6C6C. Windows color (decimal): -781601 or 14619380. OLE color: 14619380.

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

Color convert

RGB 244 18 223 -
CMYK 0 0.93 0.09 0.04
HSL 305.58º 0.91% 0.51% -
HSV(B) 305.58º 0.93% 0.96% -
XYZ 50.84 24.99 71.96 -
YUV 108.94 192.37 224.33 -
System Red Green Blue C M Y K H S L
Decimal 244 18 223 0 0.93 0.09 0.04 305.58 0.91 0.51
Hex F4 12 DF 0 5D 9 4 132 5B 33
Octal 364 22 337 0 135 11 4 462 133 63
Binary 11110100 10010 11011111 0 1011101 1001 100 100110010 1011011 110011

Color Harmonies of #F412DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F412DF

Black with #F412DF

Text Example


Text Example

White with #F412DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F412DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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