#FD07DC

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

Shades of Hot Magenta #FD07DC

Tints of Hot Magenta #FD07DC

Color information

#FD07DC (or 0xFD07DC) is unknown color: approx Hot Magenta. HEX triplet: FD, 07 and DC. RGB value is (253,7,220). Sum of RGB (Red+Green+Blue) = 253+7+220=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD07DC is #02F823. Grayscale: #686868. Windows color (decimal): -194596 or 14419965. OLE color: 14419965.

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

Color convert

RGB2537220-
CMYK00.970.130.01
HSL308.05º98.4%50.98%-
HSV(B)308.05º97.23%99.22%-
XYZ53.526.269.95-
YUV104.84193233.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.71%
GREEN value IS 7 (3.12% from 255) = 1.46%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=52.71%
G=1.46%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253722000.970.130.01308.0598.450.98
HexFD7DC061D11346233
Octal3757334014115146414263
Binary111111011111101110001100001110111001101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD07DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD07DC; }

 p { color: rgb(253,7,220); }

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

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

 a { background-color: rgb(253,7,220); }

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

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

 span { border-color: rgb(253,7,220); }

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