Html Css Color HEX #F40BDD Hot Magenta

📋 copy color: '#F40BDD'

red 244 ◦ green 11 ◦ blue 221

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

Shades of Hot Magenta #F40BDD

Tints of Hot Magenta #F40BDD

RGB

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

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

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

R = 51.26%
G = 2.31%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F40BDD (or 0xF40BDD) is known color: Hot Magenta. HEX triplet: F4, 0B and DD. RGB value is (244,11,221). Sum of RGB (Red+Green+Blue) = 244+11+221=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BDD is #0BF422. Grayscale: #686868. Windows color (decimal): -783395 or 14486516. OLE color: 14486516.

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

Color convert

RGB 244 11 221 -
CMYK 0 0.95 0.09 0.04
HSL 305.92º 0.91% 0.5% -
HSV(B) 305.92º 0.95% 0.96% -
XYZ 50.48 24.69 70.51 -
YUV 104.61 193.69 227.42 -
System Red Green Blue C M Y K H S L
Decimal 244 11 221 0 0.95 0.09 0.04 305.92 0.91 0.5
Hex F4 B DD 0 5F 9 4 132 5B 32
Octal 364 13 335 0 137 11 4 462 133 62
Binary 11110100 1011 11011101 0 1011111 1001 100 100110010 1011011 110010

Color Harmonies of #F40BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40BDD

Black with #F40BDD

Text Example


Text Example

White with #F40BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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