Html Css Color HEX #FD1AAB Spicy Pink

📋 copy color: '#FD1AAB'

red 253 ◦ green 26 ◦ blue 171

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

Shades of Spicy Pink #FD1AAB

Tints of Spicy Pink #FD1AAB

RGB

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

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

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

R = 56.22%
G = 5.78%
B = 38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD1AAB (or 0xFD1AAB) is known color: Spicy Pink. HEX triplet: FD, 1A and AB. RGB value is (253,26,171). Sum of RGB (Red+Green+Blue) = 253+26+171=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1AAB is #02E554. Grayscale: #6E6E6E. Windows color (decimal): -189781 or 11213565. OLE color: 11213565.

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

Color convert

RGB 253 26 171 -
CMYK 0 0.90 0.32 0.01
HSL 321.67º 0.98% 0.55% -
HSV(B) 321.67º 0.9% 0.99% -
XYZ 48.23 24.56 40.73 -
YUV 110.4 162.21 229.71 -
System Red Green Blue C M Y K H S L
Decimal 253 26 171 0 0.90 0.32 0.01 321.67 0.98 0.55
Hex FD 1A AB 0 5A 20 1 142 62 37
Octal 375 32 253 0 132 40 1 502 142 67
Binary 11111101 11010 10101011 0 1011010 100000 1 101000010 1100010 110111

Color Harmonies of #FD1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1AAB

Black with #FD1AAB

Text Example


Text Example

White with #FD1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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