Shades of Spicy Pink #FF13B3
Tints of Spicy Pink #FF13B3
RGB
CMYK
RGB Variations
Color information
#FF13B3 (or 0xFF13B3) is known color: Spicy Pink. HEX triplet: FF, 13 and B3. RGB value is (255,19,179). Sum of RGB (Red+Green+Blue) = 255+19+179=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13B3 is #00EC4C. Grayscale: #6B6B6B. Windows color (decimal): -60493 or 11736063. OLE color: 11736063.
HSL color Cylindrical-coordinate representation of color #FF13B3: hue angle of 319.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13B3 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 179 | - |
| CMYK | 0 | 0.93 | 0.30 | 0 |
| HSL | 319.32º | 1% | 0.54% | - |
| HSV(B) | 319.32º | 0.93% | 1% | - |
| XYZ | 49.61 | 24.98 | 44.85 | - |
| YUV | 107.8 | 168.19 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 179 | 0 | 0.93 | 0.30 | 0 | 319.32 | 1 | 0.54 |
| Hex | FF | 13 | B3 | 0 | 5D | 1E | 0 | 13F | 64 | 36 |
| Octal | 377 | 23 | 263 | 0 | 135 | 36 | 0 | 477 | 144 | 66 |
| Binary | 11111111 | 10011 | 10110011 | 0 | 1011101 | 11110 | 0 | 100111111 | 1100100 | 110110 |
Color Harmonies of #FF13B3
Complementary color
Monochromatic Colors of #FF13B3
Black with #FF13B3
Text Example
Text Example
White with #FF13B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13B3; }
p { color: rgb(255,19,179); }
H1.HeaderClassName
{
color: #FF13B3;
}
.AnyTagClassName
{
color: #FF13B3;
}
</style>
background-color css
<style>
a { background-color: #FF13B3; }
a { background-color: rgb(255,19,179); }
div.DivClassName
{
background-color: #FF13B3;
}
.BgClassName
{
background-color: #FF13B3;
}
</style>
border-color css
<style>
span { border-color: #FF13B3; }
span { border-color: rgb(255,19,179); }
td.TdClassName
{
border-color: #FF13B3;
}
.TagClassName
{
border-color: #FF13B3;
}
</style>