#F40BD3

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

Shades of Hot Magenta #F40BD3

Tints of Hot Magenta #F40BD3

Color information

#F40BD3 (or 0xF40BD3) is unknown color: approx Hot Magenta. HEX triplet: F4, 0B and D3. RGB value is (244,11,211). Sum of RGB (Red+Green+Blue) = 244+11+211=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BD3 is #0BF42C. Grayscale: #666666. Windows color (decimal): -783405 or 13831156. OLE color: 13831156.

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

Color convert

RGB24411211-
CMYK00.950.140.04
HSL308.5º91.37%50%-
HSV(B)308.5º95.49%95.69%-
XYZ49.1924.1863.7-
YUV103.47188.69228.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.36%
GREEN value IS 11 (4.69% from 255) = 2.36%
BLUE value IS 211 (82.81% from 255) = 45.28%
R=52.36%
G=2.36%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441121100.950.140.04308.591.3750
HexF4BD305FE41345b32
Octal36413323013716446413362
Binary111101001011110100110101111111101001001101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40BD3; }

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

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

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

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

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

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

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

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