Html Css Color HEX #FD1AB8 Spicy Pink

📋 copy color: '#FD1AB8'

red 253 ◦ green 26 ◦ blue 184

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

Shades of Spicy Pink #FD1AB8

Tints of Spicy Pink #FD1AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 54.64%
G = 5.62%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD1AB8 (or 0xFD1AB8) is known color: Spicy Pink. HEX triplet: FD, 1A and B8. RGB value is (253,26,184). Sum of RGB (Red+Green+Blue) = 253+26+184=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1AB8 is #02E547. Grayscale: #6F6F6F. Windows color (decimal): -189768 or 12065533. OLE color: 12065533.

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

Color convert

RGB 253 26 184 -
CMYK 0 0.90 0.27 0.01
HSL 318.24º 0.98% 0.55% -
HSV(B) 318.24º 0.9% 0.99% -
XYZ 49.53 25.08 47.58 -
YUV 111.89 168.71 228.65 -
System Red Green Blue C M Y K H S L
Decimal 253 26 184 0 0.90 0.27 0.01 318.24 0.98 0.55
Hex FD 1A B8 0 5A 1B 1 13E 62 37
Octal 375 32 270 0 132 33 1 476 142 67
Binary 11111101 11010 10111000 0 1011010 11011 1 100111110 1100010 110111

Color Harmonies of #FD1AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1AB8

Black with #FD1AB8

Text Example


Text Example

White with #FD1AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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