#F40BD4

Color #F40BD4 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F40BD4

Tints of Hot Magenta #F40BD4

Color information

#F40BD4 (or 0xF40BD4) is unknown color: approx 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

RGB24411212-
CMYK00.950.130.04
HSL308.24º91.37%50%-
HSV(B)308.24º95.49%95.69%-
XYZ49.3124.2364.36-
YUV103.58189.19228.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.25%
GREEN value IS 11 (4.69% from 255) = 2.36%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=52.25%
G=2.36%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441121200.950.130.04308.2491.3750
HexF4BD405FD41345b32
Octal36413324013715446413362
Binary111101001011110101000101111111011001001101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>