Shades of Spicy Pink #FF28BC
Tints of Spicy Pink #FF28BC
RGB
CMYK
RGB Variations
Color information
#FF28BC (or 0xFF28BC) is known color: Spicy Pink. HEX triplet: FF, 28 and BC. RGB value is (255,40,188). Sum of RGB (Red+Green+Blue) = 255+40+188=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28BC is #00D743. Grayscale: #787878. Windows color (decimal): -55108 or 12331263. OLE color: 12331263.
HSL color Cylindrical-coordinate representation of color #FF28BC: hue angle of 318.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF28BC is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 188 | - |
| CMYK | 0 | 0.84 | 0.26 | 0 |
| HSL | 318.7º | 1% | 0.58% | - |
| HSV(B) | 318.7º | 0.84% | 1% | - |
| XYZ | 51.08 | 26.41 | 49.98 | - |
| YUV | 121.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 188 | 0 | 0.84 | 0.26 | 0 | 318.7 | 1 | 0.58 |
| Hex | FF | 28 | BC | 0 | 54 | 1A | 0 | 13F | 64 | 3A |
| Octal | 377 | 50 | 274 | 0 | 124 | 32 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 101000 | 10111100 | 0 | 1010100 | 11010 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF28BC
Complementary color
Monochromatic Colors of #FF28BC
Black with #FF28BC
Text Example
Text Example
White with #FF28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28BC; }
p { color: rgb(255,40,188); }
H1.HeaderClassName
{
color: #FF28BC;
}
.AnyTagClassName
{
color: #FF28BC;
}
</style>
background-color css
<style>
a { background-color: #FF28BC; }
a { background-color: rgb(255,40,188); }
div.DivClassName
{
background-color: #FF28BC;
}
.BgClassName
{
background-color: #FF28BC;
}
</style>
border-color css
<style>
span { border-color: #FF28BC; }
span { border-color: rgb(255,40,188); }
td.TdClassName
{
border-color: #FF28BC;
}
.TagClassName
{
border-color: #FF28BC;
}
</style>