#FD1CF5

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

Shades of Magenta #FD1CF5

Tints of Magenta #FD1CF5

Color information

#FD1CF5 (or 0xFD1CF5) is unknown color: approx Magenta. HEX triplet: FD, 1C and F5. RGB value is (253,28,245). Sum of RGB (Red+Green+Blue) = 253+28+245=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CF5 is #02E30A. Grayscale: #777777. Windows color (decimal): -189195 or 16063741. OLE color: 16063741.

HSL color Cylindrical-coordinate representation of color #FD1CF5: hue angle of 302.13º 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 #FD1CF5 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB25328245-
CMYK00.890.030.01
HSL302.13º98.25%55.1%-
HSV(B)302.13º88.93%99.22%-
XYZ57.428.3188.82-
YUV120.01198.54222.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.10%
GREEN value IS 28 (11.33% from 255) = 5.32%
BLUE value IS 245 (96.09% from 255) = 46.58%
R=48.10%
G=5.32%
B=46.58%

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
Decimal2532824500.890.030.01302.1398.2555.1
HexFD1CF50593112e6237
Octal3753436501313145614267
Binary111111011110011110101010110011111001011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1CF5; }

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

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

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

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

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

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

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

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