#FD0AD0

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

Shades of Hot Magenta #FD0AD0

Tints of Hot Magenta #FD0AD0

Color information

#FD0AD0 (or 0xFD0AD0) is unknown color: approx Hot Magenta. HEX triplet: FD, 0A and D0. RGB value is (253,10,208). Sum of RGB (Red+Green+Blue) = 253+10+208=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0AD0 is #02F52F. Grayscale: #686868. Windows color (decimal): -193840 or 13634301. OLE color: 13634301.

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

Color convert

RGB25310208-
CMYK00.960.180.01
HSL311.11º98.38%51.57%-
HSV(B)311.11º96.05%99.22%-
XYZ5225.6561.89-
YUV105.23186.01233.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 10 (4.30% from 255) = 2.12%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=53.72%
G=2.12%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531020800.960.180.01311.1198.3851.57
HexFDAD00601211376234
Octal37512320014022146714264
Binary11111101101011010000011000001001011001101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0AD0; }

 p { color: rgb(253,10,208); }

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

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

 a { background-color: rgb(253,10,208); }

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

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

 span { border-color: rgb(253,10,208); }

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