Html Css Color HEX #FD1DB2 Spicy Pink

📋 copy color: '#FD1DB2'

red 253 ◦ green 29 ◦ blue 178

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

Shades of Spicy Pink #FD1DB2

Tints of Spicy Pink #FD1DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 55%
G = 6.3%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD1DB2 (or 0xFD1DB2) is known color: Spicy Pink. HEX triplet: FD, 1D and B2. RGB value is (253,29,178). Sum of RGB (Red+Green+Blue) = 253+29+178=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1DB2 is #02E24D. Grayscale: #707070. Windows color (decimal): -189006 or 11673085. OLE color: 11673085.

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

Color convert

RGB 253 29 178 -
CMYK 0 0.89 0.30 0.01
HSL 320.09º 0.98% 0.55% -
HSV(B) 320.09º 0.89% 0.99% -
XYZ 48.98 24.98 44.36 -
YUV 112.96 164.71 227.88 -
System Red Green Blue C M Y K H S L
Decimal 253 29 178 0 0.89 0.30 0.01 320.09 0.98 0.55
Hex FD 1D B2 0 59 1E 1 140 62 37
Octal 375 35 262 0 131 36 1 500 142 67
Binary 11111101 11101 10110010 0 1011001 11110 1 101000000 1100010 110111

Color Harmonies of #FD1DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DB2

Black with #FD1DB2

Text Example


Text Example

White with #FD1DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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