#FD1CF6

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

Shades of Magenta #FD1CF6

Tints of Magenta #FD1CF6

Color information

#FD1CF6 (or 0xFD1CF6) is unknown color: approx Magenta. HEX triplet: FD, 1C and F6. RGB value is (253,28,246). Sum of RGB (Red+Green+Blue) = 253+28+246=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 28 (11.33% from 255 or 5.31% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CF6 is #02E309. Grayscale: #777777. Windows color (decimal): -189194 or 16129277. OLE color: 16129277.

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

Color convert

RGB25328246-
CMYK00.890.030.01
HSL301.87º98.25%55.1%-
HSV(B)301.87º88.93%99.22%-
XYZ57.5628.3789.63-
YUV120.13199.04222.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.01%
GREEN value IS 28 (11.33% from 255) = 5.31%
BLUE value IS 246 (96.48% from 255) = 46.68%
R=48.01%
G=5.31%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532824600.890.030.01301.8798.2555.1
HexFD1CF60593112e6237
Octal3753436601313145614267
Binary111111011110011110110010110011111001011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1CF6; }

 p { color: rgb(253,28,246); }

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

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

 a { background-color: rgb(253,28,246); }

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

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

 span { border-color: rgb(253,28,246); }

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