#F203D3

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

Shades of Hot Magenta #F203D3

Tints of Hot Magenta #F203D3

Color information

#F203D3 (or 0xF203D3) is unknown color: approx Hot Magenta. HEX triplet: F2, 03 and D3. RGB value is (242,3,211). Sum of RGB (Red+Green+Blue) = 242+3+211=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F203D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203D3 is #0DFC2C. Grayscale: #616161. Windows color (decimal): -916525 or 13829106. OLE color: 13829106.

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

Color convert

RGB2423211-
CMYK00.990.130.05
HSL307.78º97.55%48.04%-
HSV(B)307.78º98.76%94.9%-
XYZ48.4123.6563.64-
YUV98.17191.68230.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 211 (82.81% from 255) = 46.27%
R=53.07%
G=0.66%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242321100.990.130.05307.7897.5548.04
HexF23D3063D51346230
Octal3623323014315546414260
Binary1111001011110100110110001111011011001101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F203D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F203D3; }

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

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

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

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

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

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

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

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