Shades of Spicy Pink #FF12B3
Tints of Spicy Pink #FF12B3
RGB
CMYK
RGB Variations
Color information
#FF12B3 (or 0xFF12B3) is known color: Spicy Pink. HEX triplet: FF, 12 and B3. RGB value is (255,18,179). Sum of RGB (Red+Green+Blue) = 255+18+179=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12B3 is #00ED4C. Grayscale: #6A6A6A. Windows color (decimal): -60749 or 11735807. OLE color: 11735807.
HSL color Cylindrical-coordinate representation of color #FF12B3: hue angle of 319.24º 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 #FF12B3 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 179 | - |
| CMYK | 0 | 0.93 | 0.30 | 0 |
| HSL | 319.24º | 1% | 0.54% | - |
| HSV(B) | 319.24º | 0.93% | 1% | - |
| XYZ | 49.59 | 24.95 | 44.85 | - |
| YUV | 107.22 | 168.52 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 179 | 0 | 0.93 | 0.30 | 0 | 319.24 | 1 | 0.54 |
| Hex | FF | 12 | B3 | 0 | 5D | 1E | 0 | 13F | 64 | 36 |
| Octal | 377 | 22 | 263 | 0 | 135 | 36 | 0 | 477 | 144 | 66 |
| Binary | 11111111 | 10010 | 10110011 | 0 | 1011101 | 11110 | 0 | 100111111 | 1100100 | 110110 |
Color Harmonies of #FF12B3
Complementary color
Monochromatic Colors of #FF12B3
Black with #FF12B3
Text Example
Text Example
White with #FF12B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12B3; }
p { color: rgb(255,18,179); }
H1.HeaderClassName
{
color: #FF12B3;
}
.AnyTagClassName
{
color: #FF12B3;
}
</style>
background-color css
<style>
a { background-color: #FF12B3; }
a { background-color: rgb(255,18,179); }
div.DivClassName
{
background-color: #FF12B3;
}
.BgClassName
{
background-color: #FF12B3;
}
</style>
border-color css
<style>
span { border-color: #FF12B3; }
span { border-color: rgb(255,18,179); }
td.TdClassName
{
border-color: #FF12B3;
}
.TagClassName
{
border-color: #FF12B3;
}
</style>