#FD10A9

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

Shades of Spicy Pink #FD10A9

Tints of Spicy Pink #FD10A9

Color information

#FD10A9 (or 0xFD10A9) is unknown color: approx Spicy Pink. HEX triplet: FD, 10 and A9. RGB value is (253,16,169). Sum of RGB (Red+Green+Blue) = 253+16+169=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD10A9 is #02EF56. Grayscale: #676767. Windows color (decimal): -192343 or 11079933. OLE color: 11079933.

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

Color convert

RGB25316169-
CMYK00.940.330.01
HSL321.27º98.34%52.75%-
HSV(B)321.27º93.68%99.22%-
XYZ47.8524.1239.67-
YUV104.3164.52234.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.76%
GREEN value IS 16 (6.64% from 255) = 3.65%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=57.76%
G=3.65%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531616900.940.330.01321.2798.3452.75
HexFD10A905E2111416235
Octal37520251013641150114265
Binary1111110110000101010010101111010000111010000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD10A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD10A9; }

 p { color: rgb(253,16,169); }

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

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

 a { background-color: rgb(253,16,169); }

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

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

 span { border-color: rgb(253,16,169); }

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