Shades of Spicy Pink #FF26B6
Tints of Spicy Pink #FF26B6
RGB
CMYK
RGB Variations
Color information
#FF26B6 (or 0xFF26B6) is known color: Spicy Pink. HEX triplet: FF, 26 and B6. RGB value is (255,38,182). Sum of RGB (Red+Green+Blue) = 255+38+182=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF26B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF26B6 is #00D949. Grayscale: #767676. Windows color (decimal): -55626 or 11937535. OLE color: 11937535.
HSL color Cylindrical-coordinate representation of color #FF26B6: hue angle of 320.18º 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 #FF26B6 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 182 | - |
| CMYK | 0 | 0.85 | 0.29 | 0 |
| HSL | 320.18º | 1% | 0.57% | - |
| HSV(B) | 320.18º | 0.85% | 1% | - |
| XYZ | 50.38 | 26.02 | 46.62 | - |
| YUV | 119.3 | 163.39 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 182 | 0 | 0.85 | 0.29 | 0 | 320.18 | 1 | 0.57 |
| Hex | FF | 26 | B6 | 0 | 55 | 1D | 0 | 140 | 64 | 39 |
| Octal | 377 | 46 | 266 | 0 | 125 | 35 | 0 | 500 | 144 | 71 |
| Binary | 11111111 | 100110 | 10110110 | 0 | 1010101 | 11101 | 0 | 101000000 | 1100100 | 111001 |
Color Harmonies of #FF26B6
Complementary color
Monochromatic Colors of #FF26B6
Black with #FF26B6
Text Example
Text Example
White with #FF26B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF26B6; }
p { color: rgb(255,38,182); }
H1.HeaderClassName
{
color: #FF26B6;
}
.AnyTagClassName
{
color: #FF26B6;
}
</style>
background-color css
<style>
a { background-color: #FF26B6; }
a { background-color: rgb(255,38,182); }
div.DivClassName
{
background-color: #FF26B6;
}
.BgClassName
{
background-color: #FF26B6;
}
</style>
border-color css
<style>
span { border-color: #FF26B6; }
span { border-color: rgb(255,38,182); }
td.TdClassName
{
border-color: #FF26B6;
}
.TagClassName
{
border-color: #FF26B6;
}
</style>