Html Css Color HEX #FD1CB8 Spicy Pink

📋 copy color: '#FD1CB8'

red 253 ◦ green 28 ◦ blue 184

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

Shades of Spicy Pink #FD1CB8

Tints of Spicy Pink #FD1CB8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.02%

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

R = 54.41%
G = 6.02%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FD1CB8 (or 0xFD1CB8) is known color: Spicy Pink. HEX triplet: FD, 1C and B8. RGB value is (253,28,184). Sum of RGB (Red+Green+Blue) = 253+28+184=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CB8 is #02E347. Grayscale: #707070. Windows color (decimal): -189256 or 12066045. OLE color: 12066045.

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

Color convert

RGB 253 28 184 -
CMYK 0 0.89 0.27 0.01
HSL 318.4º 0.98% 0.55% -
HSV(B) 318.4º 0.89% 0.99% -
XYZ 49.58 25.17 47.59 -
YUV 113.06 168.04 227.82 -
System Red Green Blue C M Y K H S L
Decimal 253 28 184 0 0.89 0.27 0.01 318.4 0.98 0.55
Hex FD 1C B8 0 59 1B 1 13E 62 37
Octal 375 34 270 0 131 33 1 476 142 67
Binary 11111101 11100 10111000 0 1011001 11011 1 100111110 1100010 110111

Color Harmonies of #FD1CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CB8

Black with #FD1CB8

Text Example


Text Example

White with #FD1CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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