Html Css Color HEX #FD1DB4 Spicy Pink

📋 copy color: '#FD1DB4'

red 253 ◦ green 29 ◦ blue 180

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

Shades of Spicy Pink #FD1DB4

Tints of Spicy Pink #FD1DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.96%

R = 54.76%
G = 6.28%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD1DB4 (or 0xFD1DB4) is known color: Spicy Pink. HEX triplet: FD, 1D and B4. RGB value is (253,29,180). Sum of RGB (Red+Green+Blue) = 253+29+180=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DB4 is #02E24B. Grayscale: #707070. Windows color (decimal): -189004 or 11804157. OLE color: 11804157.

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

Color convert

RGB 253 29 180 -
CMYK 0 0.89 0.29 0.01
HSL 319.55º 0.98% 0.55% -
HSV(B) 319.55º 0.89% 0.99% -
XYZ 49.19 25.06 45.42 -
YUV 113.19 165.71 227.72 -
System Red Green Blue C M Y K H S L
Decimal 253 29 180 0 0.89 0.29 0.01 319.55 0.98 0.55
Hex FD 1D B4 0 59 1D 1 140 62 37
Octal 375 35 264 0 131 35 1 500 142 67
Binary 11111101 11101 10110100 0 1011001 11101 1 101000000 1100010 110111

Color Harmonies of #FD1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DB4

Black with #FD1DB4

Text Example


Text Example

White with #FD1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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