#F40FD3

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

Shades of Hot Magenta #F40FD3

Tints of Hot Magenta #F40FD3

Color information

#F40FD3 (or 0xF40FD3) is unknown color: approx Hot Magenta. HEX triplet: F4, 0F and D3. RGB value is (244,15,211). Sum of RGB (Red+Green+Blue) = 244+15+211=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FD3 is #0BF02C. Grayscale: #696969. Windows color (decimal): -782381 or 13832180. OLE color: 13832180.

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

Color convert

RGB24415211-
CMYK00.940.140.04
HSL308.65º91.24%50.78%-
HSV(B)308.65º93.85%95.69%-
XYZ49.2424.2863.72-
YUV105.82187.37226.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.91%
GREEN value IS 15 (6.25% from 255) = 3.19%
BLUE value IS 211 (82.81% from 255) = 44.89%
R=51.91%
G=3.19%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441521100.940.140.04308.6591.2450.78
HexF4FD305EE41355b33
Octal36417323013616446513363
Binary111101001111110100110101111011101001001101011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40FD3; }

 p { color: rgb(244,15,211); }

 H1.HeaderClassName
 {
   color: #F40FD3;
 }
 .AnyTagClassName
 {
   color: #F40FD3;
 }
</style>
background-color css

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

 a { background-color: rgb(244,15,211); }

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

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

 span { border-color: rgb(244,15,211); }

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