Shades of Spicy Pink #FF26B4
Tints of Spicy Pink #FF26B4
RGB
CMYK
RGB Variations
Color information
#FF26B4 (or 0xFF26B4) is known color: Spicy Pink. HEX triplet: FF, 26 and B4. RGB value is (255,38,180). Sum of RGB (Red+Green+Blue) = 255+38+180=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF26B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF26B4 is #00D94B. Grayscale: #767676. Windows color (decimal): -55628 or 11806463. OLE color: 11806463.
HSL color Cylindrical-coordinate representation of color #FF26B4: hue angle of 320.74º 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 #FF26B4 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 180 | - |
| CMYK | 0 | 0.85 | 0.29 | 0 |
| HSL | 320.74º | 1% | 0.57% | - |
| HSV(B) | 320.74º | 0.85% | 1% | - |
| XYZ | 50.17 | 25.94 | 45.54 | - |
| YUV | 119.07 | 162.39 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 180 | 0 | 0.85 | 0.29 | 0 | 320.74 | 1 | 0.57 |
| Hex | FF | 26 | B4 | 0 | 55 | 1D | 0 | 141 | 64 | 39 |
| Octal | 377 | 46 | 264 | 0 | 125 | 35 | 0 | 501 | 144 | 71 |
| Binary | 11111111 | 100110 | 10110100 | 0 | 1010101 | 11101 | 0 | 101000001 | 1100100 | 111001 |
Color Harmonies of #FF26B4
Complementary color
Monochromatic Colors of #FF26B4
Black with #FF26B4
Text Example
Text Example
White with #FF26B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF26B4; }
p { color: rgb(255,38,180); }
H1.HeaderClassName
{
color: #FF26B4;
}
.AnyTagClassName
{
color: #FF26B4;
}
</style>
background-color css
<style>
a { background-color: #FF26B4; }
a { background-color: rgb(255,38,180); }
div.DivClassName
{
background-color: #FF26B4;
}
.BgClassName
{
background-color: #FF26B4;
}
</style>
border-color css
<style>
span { border-color: #FF26B4; }
span { border-color: rgb(255,38,180); }
td.TdClassName
{
border-color: #FF26B4;
}
.TagClassName
{
border-color: #FF26B4;
}
</style>