Shades of Razzmatazz #FF1455
Tints of Razzmatazz #FF1455
RGB
CMYK
RGB Variations
Color information
#FF1455 (or 0xFF1455) is known color: Razzmatazz. HEX triplet: FF, 14 and 55. RGB value is (255,20,85). Sum of RGB (Red+Green+Blue) = 255+20+85=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1455 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1455 is #00EBAA. Grayscale: #616161. Windows color (decimal): -60331 or 5575935. OLE color: 5575935.
HSL color Cylindrical-coordinate representation of color #FF1455: hue angle of 343.4º 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 #FF1455 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 85 | - |
| CMYK | 0 | 0.92 | 0.67 | 0 |
| HSL | 343.4º | 1% | 0.54% | - |
| HSV(B) | 343.4º | 0.92% | 1% | - |
| XYZ | 43.13 | 22.42 | 10.65 | - |
| YUV | 97.68 | 120.86 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 85 | 0 | 0.92 | 0.67 | 0 | 343.4 | 1 | 0.54 |
| Hex | FF | 14 | 55 | 0 | 5C | 43 | 0 | 157 | 64 | 36 |
| Octal | 377 | 24 | 125 | 0 | 134 | 103 | 0 | 527 | 144 | 66 |
| Binary | 11111111 | 10100 | 1010101 | 0 | 1011100 | 1000011 | 0 | 101010111 | 1100100 | 110110 |
Color Harmonies of #FF1455
Complementary color
Monochromatic Colors of #FF1455
Black with #FF1455
Text Example
Text Example
White with #FF1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1455; }
p { color: rgb(255,20,85); }
H1.HeaderClassName
{
color: #FF1455;
}
.AnyTagClassName
{
color: #FF1455;
}
</style>
background-color css
<style>
a { background-color: #FF1455; }
a { background-color: rgb(255,20,85); }
div.DivClassName
{
background-color: #FF1455;
}
.BgClassName
{
background-color: #FF1455;
}
</style>
border-color css
<style>
span { border-color: #FF1455; }
span { border-color: rgb(255,20,85); }
td.TdClassName
{
border-color: #FF1455;
}
.TagClassName
{
border-color: #FF1455;
}
</style>