#FD1FAC

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

Shades of Spicy Pink #FD1FAC

Tints of Spicy Pink #FD1FAC

Color information

#FD1FAC (or 0xFD1FAC) is unknown color: approx Spicy Pink. HEX triplet: FD, 1F and AC. RGB value is (253,31,172). Sum of RGB (Red+Green+Blue) = 253+31+172=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1FAC is #02E053. Grayscale: #717171. Windows color (decimal): -188500 or 11280381. OLE color: 11280381.

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

Color convert

RGB25331172-
CMYK00.880.320.01
HSL321.89º98.23%55.69%-
HSV(B)321.89º87.75%99.22%-
XYZ48.4424.8441.27-
YUV113.45161.05227.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 31 (12.5% from 255) = 6.80%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=55.48%
G=6.80%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533117200.880.320.01321.8998.2355.69
HexFD1FAC0582011426238
Octal37537254013040150214270
Binary1111110111111101011000101100010000011010000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1FAC; }

 p { color: rgb(253,31,172); }

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

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

 a { background-color: rgb(253,31,172); }

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

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

 span { border-color: rgb(253,31,172); }

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