Html Css Color HEX #FD1AB1 Spicy Pink

📋 copy color: '#FD1AB1'

red 253 ◦ green 26 ◦ blue 177

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

Shades of Spicy Pink #FD1AB1

Tints of Spicy Pink #FD1AB1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.7%

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 55.48%
G = 5.7%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD1AB1 (or 0xFD1AB1) is known color: Spicy Pink. HEX triplet: FD, 1A and B1. RGB value is (253,26,177). Sum of RGB (Red+Green+Blue) = 253+26+177=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1AB1 is #02E54E. Grayscale: #6E6E6E. Windows color (decimal): -189775 or 11606781. OLE color: 11606781.

HSL color Cylindrical-coordinate representation of color #FD1AB1: 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.9%. Process color model (Four color, CMYK) of #FD1AB1 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 177 -
CMYK 0 0.90 0.30 0.01
HSL 320.09º 0.98% 0.55% -
HSV(B) 320.09º 0.9% 0.99% -
XYZ 48.81 24.8 43.81 -
YUV 111.09 165.21 229.22 -
System Red Green Blue C M Y K H S L
Decimal 253 26 177 0 0.90 0.30 0.01 320.09 0.98 0.55
Hex FD 1A B1 0 5A 1E 1 140 62 37
Octal 375 32 261 0 132 36 1 500 142 67
Binary 11111101 11010 10110001 0 1011010 11110 1 101000000 1100010 110111

Color Harmonies of #FD1AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1AB1

Black with #FD1AB1

Text Example


Text Example

White with #FD1AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1AB1; }

 p { color: rgb(253,26,177); }

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

background-color css

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

 a { background-color: rgb(253,26,177); }

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

border-color css

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

 span { border-color: rgb(253,26,177); }

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