#F003D3

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

Shades of Hot Magenta #F003D3

Tints of Hot Magenta #F003D3

Color information

#F003D3 (or 0xF003D3) is unknown color: approx Hot Magenta. HEX triplet: F0, 03 and D3. RGB value is (240,3,211). Sum of RGB (Red+Green+Blue) = 240+3+211=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F003D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003D3 is #0FFC2C. Grayscale: #606060. Windows color (decimal): -1047597 or 13829104. OLE color: 13829104.

HSL color Cylindrical-coordinate representation of color #F003D3: hue angle of 307.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003D3 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB2403211-
CMYK00.990.120.06
HSL307.34º97.53%47.65%-
HSV(B)307.34º98.75%94.12%-
XYZ47.7323.2963.61-
YUV97.57192.02229.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 211 (82.81% from 255) = 46.48%
R=52.86%
G=0.66%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240321100.990.120.06307.3497.5347.65
HexF03D3063C61336230
Octal3603323014314646314260
Binary1111000011110100110110001111001101001100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F003D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F003D3; }

 p { color: rgb(240,3,211); }

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

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

 a { background-color: rgb(240,3,211); }

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

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

 span { border-color: rgb(240,3,211); }

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