Html Css Color HEX #FD20AC Spicy Pink

📋 copy color: '#FD20AC'

red 253 ◦ green 32 ◦ blue 172

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

Shades of Spicy Pink #FD20AC

Tints of Spicy Pink #FD20AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 55.36%
G = 7%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD20AC (or 0xFD20AC) is known color: Spicy Pink. HEX triplet: FD, 20 and AC. RGB value is (253,32,172). Sum of RGB (Red+Green+Blue) = 253+32+172=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD20AC is #02DF53. Grayscale: #717171. Windows color (decimal): -188244 or 11280637. OLE color: 11280637.

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

Color convert

RGB 253 32 172 -
CMYK 0 0.87 0.32 0.01
HSL 321.99º 0.98% 0.56% -
HSV(B) 321.99º 0.87% 0.99% -
XYZ 48.47 24.89 41.28 -
YUV 114.04 160.72 227.12 -
System Red Green Blue C M Y K H S L
Decimal 253 32 172 0 0.87 0.32 0.01 321.99 0.98 0.56
Hex FD 20 AC 0 57 20 1 142 62 38
Octal 375 40 254 0 127 40 1 502 142 70
Binary 11111101 100000 10101100 0 1010111 100000 1 101000010 1100010 111000

Color Harmonies of #FD20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20AC

Black with #FD20AC

Text Example


Text Example

White with #FD20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20AC; }

 p { color: rgb(253,32,172); }

 H1.HeaderClassName
 {
   color: #FD20AC;
 }
 .AnyTagClassName
 {
   color: #FD20AC;
 }
</style>

background-color css

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

 a { background-color: rgb(253,32,172); }

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

border-color css

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

 span { border-color: rgb(253,32,172); }

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