Html Css Color HEX #F40ADD Hot Magenta

📋 copy color: '#F40ADD'

red 244 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #F40ADD

Tints of Hot Magenta #F40ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

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

R = 51.37%
G = 2.11%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F40ADD (or 0xF40ADD) is known color: Hot Magenta. HEX triplet: F4, 0A and DD. RGB value is (244,10,221). Sum of RGB (Red+Green+Blue) = 244+10+221=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ADD is #0BF522. Grayscale: #676767. Windows color (decimal): -783651 or 14486260. OLE color: 14486260.

HSL color Cylindrical-coordinate representation of color #F40ADD: hue angle of 305.9º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40ADD is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 10 221 -
CMYK 0 0.96 0.09 0.04
HSL 305.9º 0.92% 0.5% -
HSV(B) 305.9º 0.96% 0.96% -
XYZ 50.47 24.67 70.51 -
YUV 104.02 194.02 227.84 -
System Red Green Blue C M Y K H S L
Decimal 244 10 221 0 0.96 0.09 0.04 305.9 0.92 0.5
Hex F4 A DD 0 60 9 4 132 5C 32
Octal 364 12 335 0 140 11 4 462 134 62
Binary 11110100 1010 11011101 0 1100000 1001 100 100110010 1011100 110010

Color Harmonies of #F40ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40ADD

Black with #F40ADD

Text Example


Text Example

White with #F40ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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