#FD1EB6

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

Shades of Spicy Pink #FD1EB6

Tints of Spicy Pink #FD1EB6

Color information

#FD1EB6 (or 0xFD1EB6) is unknown color: approx Spicy Pink. HEX triplet: FD, 1E and B6. RGB value is (253,30,182). Sum of RGB (Red+Green+Blue) = 253+30+182=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1EB6 is #02E149. Grayscale: #717171. Windows color (decimal): -188746 or 11935485. OLE color: 11935485.

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

Color convert

RGB25330182-
CMYK00.880.280.01
HSL319.1º98.24%55.49%-
HSV(B)319.1º88.14%99.22%-
XYZ49.4225.1946.51-
YUV114166.38227.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 30 (12.11% from 255) = 6.45%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=54.41%
G=6.45%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533018200.880.280.01319.198.2455.49
HexFD1EB60581C113f6237
Octal37536266013034147714267
Binary111111011111010110110010110001110011001111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1EB6; }

 p { color: rgb(253,30,182); }

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

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

 a { background-color: rgb(253,30,182); }

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

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

 span { border-color: rgb(253,30,182); }

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