#FD0FD3

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

Shades of Hot Magenta #FD0FD3

Tints of Hot Magenta #FD0FD3

Color information

#FD0FD3 (or 0xFD0FD3) is unknown color: approx Hot Magenta. HEX triplet: FD, 0F and D3. RGB value is (253,15,211). Sum of RGB (Red+Green+Blue) = 253+15+211=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FD3 is #02F02C. Grayscale: #6B6B6B. Windows color (decimal): -192557 or 13832189. OLE color: 13832189.

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

Color convert

RGB25315211-
CMYK00.940.170.01
HSL310.59º98.35%52.55%-
HSV(B)310.59º94.07%99.22%-
XYZ52.4425.9363.87-
YUV108.51185.85231.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.82%
GREEN value IS 15 (6.25% from 255) = 3.13%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=52.82%
G=3.13%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531521100.940.170.01310.5998.3552.55
HexFDFD305E1111376235
Octal37517323013621146714265
Binary11111101111111010011010111101000111001101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0FD3; }

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

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

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

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

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

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

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

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