Html Css Color HEX #FD24AD Spicy Pink

📋 copy color: '#FD24AD'

red 253 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #FD24AD

Tints of Spicy Pink #FD24AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.79%

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 54.76%
G = 7.79%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD24AD (or 0xFD24AD) is known color: Spicy Pink. HEX triplet: FD, 24 and AD. RGB value is (253,36,173). Sum of RGB (Red+Green+Blue) = 253+36+173=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD24AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD24AD is #02DB52. Grayscale: #747474. Windows color (decimal): -187219 or 11347197. OLE color: 11347197.

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

Color convert

RGB 253 36 173 -
CMYK 0 0.86 0.32 0.01
HSL 322.12º 0.98% 0.57% -
HSV(B) 322.12º 0.86% 0.99% -
XYZ 48.68 25.16 41.83 -
YUV 116.5 159.89 225.36 -
System Red Green Blue C M Y K H S L
Decimal 253 36 173 0 0.86 0.32 0.01 322.12 0.98 0.57
Hex FD 24 AD 0 56 20 1 142 62 39
Octal 375 44 255 0 126 40 1 502 142 71
Binary 11111101 100100 10101101 0 1010110 100000 1 101000010 1100010 111001

Color Harmonies of #FD24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD24AD

Black with #FD24AD

Text Example


Text Example

White with #FD24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD24AD; }

 p { color: rgb(253,36,173); }

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

background-color css

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

 a { background-color: rgb(253,36,173); }

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

border-color css

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

 span { border-color: rgb(253,36,173); }

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