#FD1CF4

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

Shades of Magenta #FD1CF4

Tints of Magenta #FD1CF4

Color information

#FD1CF4 (or 0xFD1CF4) is unknown color: approx Magenta. HEX triplet: FD, 1C and F4. RGB value is (253,28,244). Sum of RGB (Red+Green+Blue) = 253+28+244=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 28 (11.33% from 255 or 5.33% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1CF4 is #02E30B. Grayscale: #777777. Windows color (decimal): -189196 or 15998205. OLE color: 15998205.

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

Color convert

RGB25328244-
CMYK00.890.040.01
HSL302.4º98.25%55.1%-
HSV(B)302.4º88.93%99.22%-
XYZ57.2528.2488.02-
YUV119.9198.04222.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.19%
GREEN value IS 28 (11.33% from 255) = 5.33%
BLUE value IS 244 (95.70% from 255) = 46.48%
R=48.19%
G=5.33%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532824400.890.040.01302.498.2555.1
HexFD1CF40594112e6237
Octal3753436401314145614267
Binary1111110111100111101000101100110011001011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1CF4; }

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

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

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

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

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

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

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

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