Html Css Color HEX #FD1DAC Spicy Pink

📋 copy color: '#FD1DAC'

red 253 ◦ green 29 ◦ blue 172

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

Shades of Spicy Pink #FD1DAC

Tints of Spicy Pink #FD1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.39%

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

R = 55.73%
G = 6.39%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD1DAC (or 0xFD1DAC) is known color: Spicy Pink. HEX triplet: FD, 1D and AC. RGB value is (253,29,172). Sum of RGB (Red+Green+Blue) = 253+29+172=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1DAC is #02E253. Grayscale: #6F6F6F. Windows color (decimal): -189012 or 11279869. OLE color: 11279869.

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

Color convert

RGB 253 29 172 -
CMYK 0 0.89 0.32 0.01
HSL 321.7º 0.98% 0.55% -
HSV(B) 321.7º 0.89% 0.99% -
XYZ 48.39 24.74 41.25 -
YUV 112.28 161.71 228.37 -
System Red Green Blue C M Y K H S L
Decimal 253 29 172 0 0.89 0.32 0.01 321.7 0.98 0.55
Hex FD 1D AC 0 59 20 1 142 62 37
Octal 375 35 254 0 131 40 1 502 142 67
Binary 11111101 11101 10101100 0 1011001 100000 1 101000010 1100010 110111

Color Harmonies of #FD1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DAC

Black with #FD1DAC

Text Example


Text Example

White with #FD1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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