Html Css Color HEX #FD1DB7 Spicy Pink

📋 copy color: '#FD1DB7'

red 253 ◦ green 29 ◦ blue 183

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

Shades of Spicy Pink #FD1DB7

Tints of Spicy Pink #FD1DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 54.41%
G = 6.24%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FD1DB7 (or 0xFD1DB7) is known color: Spicy Pink. HEX triplet: FD, 1D and B7. RGB value is (253,29,183). Sum of RGB (Red+Green+Blue) = 253+29+183=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DB7 is #02E248. Grayscale: #717171. Windows color (decimal): -189001 or 12000765. OLE color: 12000765.

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

Color convert

RGB 253 29 183 -
CMYK 0 0.89 0.28 0.01
HSL 318.75º 0.98% 0.55% -
HSV(B) 318.75º 0.89% 0.99% -
XYZ 49.49 25.18 47.05 -
YUV 113.53 167.21 227.48 -
System Red Green Blue C M Y K H S L
Decimal 253 29 183 0 0.89 0.28 0.01 318.75 0.98 0.55
Hex FD 1D B7 0 59 1C 1 13F 62 37
Octal 375 35 267 0 131 34 1 477 142 67
Binary 11111101 11101 10110111 0 1011001 11100 1 100111111 1100010 110111

Color Harmonies of #FD1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DB7

Black with #FD1DB7

Text Example


Text Example

White with #FD1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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