Html Css Color HEX #F40AD5 Hot Magenta

📋 copy color: '#F40AD5'

red 244 ◦ green 10 ◦ blue 213

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

Shades of Hot Magenta #F40AD5

Tints of Hot Magenta #F40AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 52.25%
G = 2.14%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F40AD5 (or 0xF40AD5) is known color: Hot Magenta. HEX triplet: F4, 0A and D5. RGB value is (244,10,213). Sum of RGB (Red+Green+Blue) = 244+10+213=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40AD5 is #0BF52A. Grayscale: #666666. Windows color (decimal): -783659 or 13961972. OLE color: 13961972.

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

Color convert

RGB 244 10 213 -
CMYK 0 0.96 0.13 0.04
HSL 307.95º 0.92% 0.5% -
HSV(B) 307.95º 0.96% 0.96% -
XYZ 49.43 24.25 65.03 -
YUV 103.11 190.02 228.49 -
System Red Green Blue C M Y K H S L
Decimal 244 10 213 0 0.96 0.13 0.04 307.95 0.92 0.5
Hex F4 A D5 0 60 D 4 134 5C 32
Octal 364 12 325 0 140 15 4 464 134 62
Binary 11110100 1010 11010101 0 1100000 1101 100 100110100 1011100 110010

Color Harmonies of #F40AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40AD5

Black with #F40AD5

Text Example


Text Example

White with #F40AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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