Html Css Color HEX #FD20BA Spicy Pink

📋 copy color: '#FD20BA'

red 253 ◦ green 32 ◦ blue 186

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

Shades of Spicy Pink #FD20BA

Tints of Spicy Pink #FD20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 53.72%
G = 6.79%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD20BA (or 0xFD20BA) is known color: Spicy Pink. HEX triplet: FD, 20 and BA. RGB value is (253,32,186). Sum of RGB (Red+Green+Blue) = 253+32+186=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20BA is #02DF45. Grayscale: #737373. Windows color (decimal): -188230 or 12198141. OLE color: 12198141.

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

Color convert

RGB 253 32 186 -
CMYK 0 0.87 0.26 0.01
HSL 318.19º 0.98% 0.56% -
HSV(B) 318.19º 0.87% 0.99% -
XYZ 49.89 25.46 48.74 -
YUV 115.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 253 32 186 0 0.87 0.26 0.01 318.19 0.98 0.56
Hex FD 20 BA 0 57 1A 1 13E 62 38
Octal 375 40 272 0 127 32 1 476 142 70
Binary 11111101 100000 10111010 0 1010111 11010 1 100111110 1100010 111000

Color Harmonies of #FD20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20BA

Black with #FD20BA

Text Example


Text Example

White with #FD20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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