Html Css Color HEX #FD20AF Spicy Pink

📋 copy color: '#FD20AF'

red 253 ◦ green 32 ◦ blue 175

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

Shades of Spicy Pink #FD20AF

Tints of Spicy Pink #FD20AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 55%
G = 6.96%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD20AF (or 0xFD20AF) is known color: Spicy Pink. HEX triplet: FD, 20 and AF. RGB value is (253,32,175). Sum of RGB (Red+Green+Blue) = 253+32+175=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD20AF is #02DF50. Grayscale: #727272. Windows color (decimal): -188241 or 11477245. OLE color: 11477245.

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

Color convert

RGB 253 32 175 -
CMYK 0 0.87 0.31 0.01
HSL 321.18º 0.98% 0.56% -
HSV(B) 321.18º 0.87% 0.99% -
XYZ 48.76 25.01 42.81 -
YUV 114.38 162.22 226.87 -
System Red Green Blue C M Y K H S L
Decimal 253 32 175 0 0.87 0.31 0.01 321.18 0.98 0.56
Hex FD 20 AF 0 57 1F 1 141 62 38
Octal 375 40 257 0 127 37 1 501 142 70
Binary 11111101 100000 10101111 0 1010111 11111 1 101000001 1100010 111000

Color Harmonies of #FD20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20AF

Black with #FD20AF

Text Example


Text Example

White with #FD20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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