Shades of Razzmatazz #FF1458
Tints of Razzmatazz #FF1458
RGB
CMYK
RGB Variations
Color information
#FF1458 (or 0xFF1458) is known color: Razzmatazz. HEX triplet: FF, 14 and 58. RGB value is (255,20,88). Sum of RGB (Red+Green+Blue) = 255+20+88=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1458 is #00EBA7. Grayscale: #616161. Windows color (decimal): -60328 or 5772543. OLE color: 5772543.
HSL color Cylindrical-coordinate representation of color #FF1458: hue angle of 342.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1458 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 88 | - |
| CMYK | 0 | 0.92 | 0.65 | 0 |
| HSL | 342.64º | 1% | 0.54% | - |
| HSV(B) | 342.64º | 0.92% | 1% | - |
| XYZ | 43.25 | 22.46 | 11.29 | - |
| YUV | 98.02 | 122.36 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 88 | 0 | 0.92 | 0.65 | 0 | 342.64 | 1 | 0.54 |
| Hex | FF | 14 | 58 | 0 | 5C | 41 | 0 | 157 | 64 | 36 |
| Octal | 377 | 24 | 130 | 0 | 134 | 101 | 0 | 527 | 144 | 66 |
| Binary | 11111111 | 10100 | 1011000 | 0 | 1011100 | 1000001 | 0 | 101010111 | 1100100 | 110110 |
Color Harmonies of #FF1458
Complementary color
Monochromatic Colors of #FF1458
Black with #FF1458
Text Example
Text Example
White with #FF1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1458; }
p { color: rgb(255,20,88); }
H1.HeaderClassName
{
color: #FF1458;
}
.AnyTagClassName
{
color: #FF1458;
}
</style>
background-color css
<style>
a { background-color: #FF1458; }
a { background-color: rgb(255,20,88); }
div.DivClassName
{
background-color: #FF1458;
}
.BgClassName
{
background-color: #FF1458;
}
</style>
border-color css
<style>
span { border-color: #FF1458; }
span { border-color: rgb(255,20,88); }
td.TdClassName
{
border-color: #FF1458;
}
.TagClassName
{
border-color: #FF1458;
}
</style>