Shades of Razzmatazz #FF1262
Tints of Razzmatazz #FF1262
RGB
CMYK
RGB Variations
Color information
#FF1262 (or 0xFF1262) is known color: Razzmatazz. HEX triplet: FF, 12 and 62. RGB value is (255,18,98). Sum of RGB (Red+Green+Blue) = 255+18+98=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1262 is #00ED9D. Grayscale: #616161. Windows color (decimal): -60830 or 6427391. OLE color: 6427391.
HSL color Cylindrical-coordinate representation of color #FF1262: hue angle of 339.75º 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 #FF1262 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 98 | - |
| CMYK | 0 | 0.93 | 0.62 | 0 |
| HSL | 339.75º | 1% | 0.54% | - |
| HSV(B) | 339.75º | 0.93% | 1% | - |
| XYZ | 43.66 | 22.57 | 13.61 | - |
| YUV | 97.98 | 128.02 | 240 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 98 | 0 | 0.93 | 0.62 | 0 | 339.75 | 1 | 0.54 |
| Hex | FF | 12 | 62 | 0 | 5D | 3E | 0 | 154 | 64 | 36 |
| Octal | 377 | 22 | 142 | 0 | 135 | 76 | 0 | 524 | 144 | 66 |
| Binary | 11111111 | 10010 | 1100010 | 0 | 1011101 | 111110 | 0 | 101010100 | 1100100 | 110110 |
Color Harmonies of #FF1262
Complementary color
Monochromatic Colors of #FF1262
Black with #FF1262
Text Example
Text Example
White with #FF1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1262; }
p { color: rgb(255,18,98); }
H1.HeaderClassName
{
color: #FF1262;
}
.AnyTagClassName
{
color: #FF1262;
}
</style>
background-color css
<style>
a { background-color: #FF1262; }
a { background-color: rgb(255,18,98); }
div.DivClassName
{
background-color: #FF1262;
}
.BgClassName
{
background-color: #FF1262;
}
</style>
border-color css
<style>
span { border-color: #FF1262; }
span { border-color: rgb(255,18,98); }
td.TdClassName
{
border-color: #FF1262;
}
.TagClassName
{
border-color: #FF1262;
}
</style>