#FD14AD

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

Shades of Spicy Pink #FD14AD

Tints of Spicy Pink #FD14AD

Color information

#FD14AD (or 0xFD14AD) is unknown color: approx Spicy Pink. HEX triplet: FD, 14 and AD. RGB value is (253,20,173). Sum of RGB (Red+Green+Blue) = 253+20+173=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD14AD is #02EB52. Grayscale: #6A6A6A. Windows color (decimal): -191315 or 11343101. OLE color: 11343101.

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

Color convert

RGB25320173-
CMYK00.920.320.01
HSL320.6º98.31%53.53%-
HSV(B)320.6º92.09%99.22%-
XYZ48.324.441.7-
YUV107.11165.19232.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.73%
GREEN value IS 20 (8.20% from 255) = 4.48%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=56.73%
G=4.48%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532017300.920.320.01320.698.3153.53
HexFD14AD05C2011416236
Octal37524255013440150114266
Binary1111110110100101011010101110010000011010000011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD14AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD14AD; }

 p { color: rgb(253,20,173); }

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

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

 a { background-color: rgb(253,20,173); }

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

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

 span { border-color: rgb(253,20,173); }

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