Html Css Color HEX #FD14AD Spicy Pink

📋 copy color: '#FD14AD'

red 253 ◦ green 20 ◦ blue 173

#FD14AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #FD14AD

Tints of Spicy Pink #FD14AD

RGB

 RED value IS 253 (99.22% from 255) = 56.73%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD14AD (or 0xFD14AD) is known color: 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

RGB 253 20 173 -
CMYK 0 0.92 0.32 0.01
HSL 320.6º 0.98% 0.54% -
HSV(B) 320.6º 0.92% 0.99% -
XYZ 48.3 24.4 41.7 -
YUV 107.11 165.19 232.06 -
System Red Green Blue C M Y K H S L
Decimal 253 20 173 0 0.92 0.32 0.01 320.6 0.98 0.54
Hex FD 14 AD 0 5C 20 1 141 62 36
Octal 375 24 255 0 134 40 1 501 142 66
Binary 11111101 10100 10101101 0 1011100 100000 1 101000001 1100010 110110

Color Harmonies of #FD14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD14AD

Black with #FD14AD

Text Example


Text Example

White with #FD14AD

Text Example


Text Example

HTML Codes & Css Web 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>