Html Css Color HEX #FD20AB Spicy Pink

📋 copy color: '#FD20AB'

red 253 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #FD20AB

Tints of Spicy Pink #FD20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 55.48%
G = 7.02%
B = 37.5%

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

#FD20AB (or 0xFD20AB) is known color: Spicy Pink. HEX triplet: FD, 20 and AB. RGB value is (253,32,171). Sum of RGB (Red+Green+Blue) = 253+32+171=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD20AB is #02DF54. Grayscale: #717171. Windows color (decimal): -188245 or 11215101. OLE color: 11215101.

HSL color Cylindrical-coordinate representation of color #FD20AB: hue angle of 322.26º 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 #FD20AB is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 32 171 -
CMYK 0 0.87 0.32 0.01
HSL 322.26º 0.98% 0.56% -
HSV(B) 322.26º 0.87% 0.99% -
XYZ 48.38 24.86 40.78 -
YUV 113.93 160.22 227.2 -
System Red Green Blue C M Y K H S L
Decimal 253 32 171 0 0.87 0.32 0.01 322.26 0.98 0.56
Hex FD 20 AB 0 57 20 1 142 62 38
Octal 375 40 253 0 127 40 1 502 142 70
Binary 11111101 100000 10101011 0 1010111 100000 1 101000010 1100010 111000

Color Harmonies of #FD20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20AB

Black with #FD20AB

Text Example


Text Example

White with #FD20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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