Shades of Spicy Pink #FD28B3
Tints of Spicy Pink #FD28B3
RGB
CMYK
RGB Variations
Color information
#FD28B3 (or 0xFD28B3) is known color: Spicy Pink. HEX triplet: FD, 28 and B3. RGB value is (253,40,179). Sum of RGB (Red+Green+Blue) = 253+40+179=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28B3 is #02D74C. Grayscale: #777777. Windows color (decimal): -186189 or 11741437. OLE color: 11741437.
HSL color Cylindrical-coordinate representation of color #FD28B3: hue angle of 320.85º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD28B3 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 179 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.01 |
| HSL | 320.85º | 0.98% | 0.57% | - |
| HSV(B) | 320.85º | 0.84% | 0.99% | - |
| XYZ | 49.4 | 25.65 | 45 | - |
| YUV | 119.53 | 161.57 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 179 | 0 | 0.84 | 0.29 | 0.01 | 320.85 | 0.98 | 0.57 |
| Hex | FD | 28 | B3 | 0 | 54 | 1D | 1 | 141 | 62 | 39 |
| Octal | 375 | 50 | 263 | 0 | 124 | 35 | 1 | 501 | 142 | 71 |
| Binary | 11111101 | 101000 | 10110011 | 0 | 1010100 | 11101 | 1 | 101000001 | 1100010 | 111001 |
Color Harmonies of #FD28B3
Complementary color
Monochromatic Colors of #FD28B3
Black with #FD28B3
Text Example
Text Example
White with #FD28B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD28B3; }
p { color: rgb(253,40,179); }
H1.HeaderClassName
{
color: #FD28B3;
}
.AnyTagClassName
{
color: #FD28B3;
}
</style>
background-color css
<style>
a { background-color: #FD28B3; }
a { background-color: rgb(253,40,179); }
div.DivClassName
{
background-color: #FD28B3;
}
.BgClassName
{
background-color: #FD28B3;
}
</style>
border-color css
<style>
span { border-color: #FD28B3; }
span { border-color: rgb(253,40,179); }
td.TdClassName
{
border-color: #FD28B3;
}
.TagClassName
{
border-color: #FD28B3;
}
</style>