Shades of Spicy Pink #FF26B3
Tints of Spicy Pink #FF26B3
RGB
CMYK
RGB Variations
Color information
#FF26B3 (or 0xFF26B3) is known color: Spicy Pink. HEX triplet: FF, 26 and B3. RGB value is (255,38,179). Sum of RGB (Red+Green+Blue) = 255+38+179=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF26B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF26B3 is #00D94C. Grayscale: #767676. Windows color (decimal): -55629 or 11740927. OLE color: 11740927.
HSL color Cylindrical-coordinate representation of color #FF26B3: hue angle of 321.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF26B3 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 179 | - |
| CMYK | 0 | 0.85 | 0.30 | 0 |
| HSL | 321.01º | 1% | 0.57% | - |
| HSV(B) | 321.01º | 0.85% | 1% | - |
| XYZ | 50.07 | 25.9 | 45.01 | - |
| YUV | 118.96 | 161.89 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 179 | 0 | 0.85 | 0.30 | 0 | 321.01 | 1 | 0.57 |
| Hex | FF | 26 | B3 | 0 | 55 | 1E | 0 | 141 | 64 | 39 |
| Octal | 377 | 46 | 263 | 0 | 125 | 36 | 0 | 501 | 144 | 71 |
| Binary | 11111111 | 100110 | 10110011 | 0 | 1010101 | 11110 | 0 | 101000001 | 1100100 | 111001 |
Color Harmonies of #FF26B3
Complementary color
Monochromatic Colors of #FF26B3
Black with #FF26B3
Text Example
Text Example
White with #FF26B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF26B3; }
p { color: rgb(255,38,179); }
H1.HeaderClassName
{
color: #FF26B3;
}
.AnyTagClassName
{
color: #FF26B3;
}
</style>
background-color css
<style>
a { background-color: #FF26B3; }
a { background-color: rgb(255,38,179); }
div.DivClassName
{
background-color: #FF26B3;
}
.BgClassName
{
background-color: #FF26B3;
}
</style>
border-color css
<style>
span { border-color: #FF26B3; }
span { border-color: rgb(255,38,179); }
td.TdClassName
{
border-color: #FF26B3;
}
.TagClassName
{
border-color: #FF26B3;
}
</style>