Shades of Razzmatazz #FF1461
Tints of Razzmatazz #FF1461
RGB
CMYK
RGB Variations
Color information
#FF1461 (or 0xFF1461) is known color: Razzmatazz. HEX triplet: FF, 14 and 61. RGB value is (255,20,97). Sum of RGB (Red+Green+Blue) = 255+20+97=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1461 is #00EB9E. Grayscale: #626262. Windows color (decimal): -60319 or 6362367. OLE color: 6362367.
HSL color Cylindrical-coordinate representation of color #FF1461: hue angle of 340.34º 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 #FF1461 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 97 | - |
| CMYK | 0 | 0.92 | 0.62 | 0 |
| HSL | 340.34º | 1% | 0.54% | - |
| HSV(B) | 340.34º | 0.92% | 1% | - |
| XYZ | 43.65 | 22.62 | 13.38 | - |
| YUV | 99.04 | 126.86 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 97 | 0 | 0.92 | 0.62 | 0 | 340.34 | 1 | 0.54 |
| Hex | FF | 14 | 61 | 0 | 5C | 3E | 0 | 154 | 64 | 36 |
| Octal | 377 | 24 | 141 | 0 | 134 | 76 | 0 | 524 | 144 | 66 |
| Binary | 11111111 | 10100 | 1100001 | 0 | 1011100 | 111110 | 0 | 101010100 | 1100100 | 110110 |
Color Harmonies of #FF1461
Complementary color
Monochromatic Colors of #FF1461
Black with #FF1461
Text Example
Text Example
White with #FF1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1461; }
p { color: rgb(255,20,97); }
H1.HeaderClassName
{
color: #FF1461;
}
.AnyTagClassName
{
color: #FF1461;
}
</style>
background-color css
<style>
a { background-color: #FF1461; }
a { background-color: rgb(255,20,97); }
div.DivClassName
{
background-color: #FF1461;
}
.BgClassName
{
background-color: #FF1461;
}
</style>
border-color css
<style>
span { border-color: #FF1461; }
span { border-color: rgb(255,20,97); }
td.TdClassName
{
border-color: #FF1461;
}
.TagClassName
{
border-color: #FF1461;
}
</style>