#FD17FC

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

Shades of Magenta #FD17FC

Tints of Magenta #FD17FC

Color information

#FD17FC (or 0xFD17FC) is unknown color: approx Magenta. HEX triplet: FD, 17 and FC. RGB value is (253,23,252). Sum of RGB (Red+Green+Blue) = 253+23+252=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 23 (9.38% from 255 or 4.36% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17FC is #02E803. Grayscale: #757575. Windows color (decimal): -190468 or 16521213. OLE color: 16521213.

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

Color convert

RGB25323252-
CMYK00.910.000.01
HSL300.26º98.29%54.12%-
HSV(B)300.26º90.91%99.22%-
XYZ58.3928.5294.52-
YUV117.88203.7224.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.92%
GREEN value IS 23 (9.38% from 255) = 4.36%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=47.92%
G=4.36%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532325200.910.000.01300.2698.2954.12
HexFD17FC05B0112c6236
Octal3752737401330145414266
Binary11111101101111111110001011011011001011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD17FC; }

 p { color: rgb(253,23,252); }

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

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

 a { background-color: rgb(253,23,252); }

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

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

 span { border-color: rgb(253,23,252); }

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