Shades of Spicy Pink #FF28B6
Tints of Spicy Pink #FF28B6
RGB
CMYK
RGB Variations
Color information
#FF28B6 (or 0xFF28B6) is known color: Spicy Pink. HEX triplet: FF, 28 and B6. RGB value is (255,40,182). Sum of RGB (Red+Green+Blue) = 255+40+182=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28B6 is #00D749. Grayscale: #787878. Windows color (decimal): -55114 or 11938047. OLE color: 11938047.
HSL color Cylindrical-coordinate representation of color #FF28B6: hue angle of 320.37º 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 #FF28B6 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 182 | - |
| CMYK | 0 | 0.84 | 0.29 | 0 |
| HSL | 320.37º | 1% | 0.58% | - |
| HSV(B) | 320.37º | 0.84% | 1% | - |
| XYZ | 50.44 | 26.15 | 46.65 | - |
| YUV | 120.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 182 | 0 | 0.84 | 0.29 | 0 | 320.37 | 1 | 0.58 |
| Hex | FF | 28 | B6 | 0 | 54 | 1D | 0 | 140 | 64 | 3A |
| Octal | 377 | 50 | 266 | 0 | 124 | 35 | 0 | 500 | 144 | 72 |
| Binary | 11111111 | 101000 | 10110110 | 0 | 1010100 | 11101 | 0 | 101000000 | 1100100 | 111010 |
Color Harmonies of #FF28B6
Complementary color
Monochromatic Colors of #FF28B6
Black with #FF28B6
Text Example
Text Example
White with #FF28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28B6; }
p { color: rgb(255,40,182); }
H1.HeaderClassName
{
color: #FF28B6;
}
.AnyTagClassName
{
color: #FF28B6;
}
</style>
background-color css
<style>
a { background-color: #FF28B6; }
a { background-color: rgb(255,40,182); }
div.DivClassName
{
background-color: #FF28B6;
}
.BgClassName
{
background-color: #FF28B6;
}
</style>
border-color css
<style>
span { border-color: #FF28B6; }
span { border-color: rgb(255,40,182); }
td.TdClassName
{
border-color: #FF28B6;
}
.TagClassName
{
border-color: #FF28B6;
}
</style>