Html Css Color HEX #FD1DAB Spicy Pink

📋 copy color: '#FD1DAB'

red 253 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #FD1DAB

Tints of Spicy Pink #FD1DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 55.85%
G = 6.4%
B = 37.75%

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

#FD1DAB (or 0xFD1DAB) is known color: Spicy Pink. HEX triplet: FD, 1D and AB. RGB value is (253,29,171). Sum of RGB (Red+Green+Blue) = 253+29+171=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1DAB is #02E254. Grayscale: #6F6F6F. Windows color (decimal): -189013 or 11214333. OLE color: 11214333.

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

Color convert

RGB 253 29 171 -
CMYK 0 0.89 0.32 0.01
HSL 321.96º 0.98% 0.55% -
HSV(B) 321.96º 0.89% 0.99% -
XYZ 48.3 24.7 40.75 -
YUV 112.16 161.21 228.45 -
System Red Green Blue C M Y K H S L
Decimal 253 29 171 0 0.89 0.32 0.01 321.96 0.98 0.55
Hex FD 1D AB 0 59 20 1 142 62 37
Octal 375 35 253 0 131 40 1 502 142 67
Binary 11111101 11101 10101011 0 1011001 100000 1 101000010 1100010 110111

Color Harmonies of #FD1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1DAB

Black with #FD1DAB

Text Example


Text Example

White with #FD1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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