#FD1FA8

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

Shades of Spicy Pink #FD1FA8

Tints of Spicy Pink #FD1FA8

Color information

#FD1FA8 (or 0xFD1FA8) is unknown color: approx Spicy Pink. HEX triplet: FD, 1F and A8. RGB value is (253,31,168). Sum of RGB (Red+Green+Blue) = 253+31+168=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1FA8 is #02E057. Grayscale: #707070. Windows color (decimal): -188504 or 11018237. OLE color: 11018237.

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

Color convert

RGB25331168-
CMYK00.880.340.01
HSL322.97º98.23%55.69%-
HSV(B)322.97º87.75%99.22%-
XYZ48.0724.6939.28-
YUV113159.05227.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.97%
GREEN value IS 31 (12.5% from 255) = 6.86%
BLUE value IS 168 (66.02% from 255) = 37.17%
R=55.97%
G=6.86%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533116800.880.340.01322.9798.2355.69
HexFD1FA80582211436238
Octal37537250013042150314270
Binary1111110111111101010000101100010001011010000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1FA8; }

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

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

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

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

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

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

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

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