Html Css Color HEX #F40BD4 Hot Magenta

📋 copy color: '#F40BD4'

red 244 ◦ green 11 ◦ blue 212

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

Shades of Hot Magenta #F40BD4

Tints of Hot Magenta #F40BD4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.36%

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 52.25%
G = 2.36%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F40BD4 (or 0xF40BD4) is known color: Hot Magenta. HEX triplet: F4, 0B and D4. RGB value is (244,11,212). Sum of RGB (Red+Green+Blue) = 244+11+212=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BD4 is #0BF42B. Grayscale: #676767. Windows color (decimal): -783404 or 13896692. OLE color: 13896692.

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

Color convert

RGB 244 11 212 -
CMYK 0 0.95 0.13 0.04
HSL 308.24º 0.91% 0.5% -
HSV(B) 308.24º 0.95% 0.96% -
XYZ 49.31 24.23 64.36 -
YUV 103.58 189.19 228.16 -
System Red Green Blue C M Y K H S L
Decimal 244 11 212 0 0.95 0.13 0.04 308.24 0.91 0.5
Hex F4 B D4 0 5F D 4 134 5B 32
Octal 364 13 324 0 137 15 4 464 133 62
Binary 11110100 1011 11010100 0 1011111 1101 100 100110100 1011011 110010

Color Harmonies of #F40BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40BD4

Black with #F40BD4

Text Example


Text Example

White with #F40BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40BD4; }

 p { color: rgb(244,11,212); }

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

background-color css

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

 a { background-color: rgb(244,11,212); }

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

border-color css

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

 span { border-color: rgb(244,11,212); }

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