Shades of Razzmatazz #FF075B
Tints of Razzmatazz #FF075B
RGB
CMYK
RGB Variations
Color information
#FF075B (or 0xFF075B) is known color: Razzmatazz. HEX triplet: FF, 07 and 5B. RGB value is (255,7,91). Sum of RGB (Red+Green+Blue) = 255+7+91=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF075B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF075B is #00F8A4. Grayscale: #5A5A5A. Windows color (decimal): -63653 or 5965823. OLE color: 5965823.
HSL color Cylindrical-coordinate representation of color #FF075B: hue angle of 339.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF075B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 91 | - |
| CMYK | 0 | 0.97 | 0.64 | 0 |
| HSL | 339.68º | 1% | 0.51% | - |
| HSV(B) | 339.68º | 0.97% | 1% | - |
| XYZ | 43.2 | 22.17 | 11.9 | - |
| YUV | 90.73 | 128.16 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 91 | 0 | 0.97 | 0.64 | 0 | 339.68 | 1 | 0.51 |
| Hex | FF | 7 | 5B | 0 | 61 | 40 | 0 | 154 | 64 | 33 |
| Octal | 377 | 7 | 133 | 0 | 141 | 100 | 0 | 524 | 144 | 63 |
| Binary | 11111111 | 111 | 1011011 | 0 | 1100001 | 1000000 | 0 | 101010100 | 1100100 | 110011 |
Color Harmonies of #FF075B
Complementary color
Monochromatic Colors of #FF075B
Black with #FF075B
Text Example
Text Example
White with #FF075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF075B; }
p { color: rgb(255,7,91); }
H1.HeaderClassName
{
color: #FF075B;
}
.AnyTagClassName
{
color: #FF075B;
}
</style>
background-color css
<style>
a { background-color: #FF075B; }
a { background-color: rgb(255,7,91); }
div.DivClassName
{
background-color: #FF075B;
}
.BgClassName
{
background-color: #FF075B;
}
</style>
border-color css
<style>
span { border-color: #FF075B; }
span { border-color: rgb(255,7,91); }
td.TdClassName
{
border-color: #FF075B;
}
.TagClassName
{
border-color: #FF075B;
}
</style>