Shades of Razzmatazz #FF0258
Tints of Razzmatazz #FF0258
RGB
CMYK
RGB Variations
Color information
#FF0258 (or 0xFF0258) is known color: Razzmatazz. HEX triplet: FF, 02 and 58. RGB value is (255,2,88). Sum of RGB (Red+Green+Blue) = 255+2+88=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0258 is #00FDA7. Grayscale: #575757. Windows color (decimal): -64936 or 5767935. OLE color: 5767935.
HSL color Cylindrical-coordinate representation of color #FF0258: hue angle of 339.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0258 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.65 | 0 |
| HSL | 339.6º | 1% | 0.5% | - |
| HSV(B) | 339.6º | 0.99% | 1% | - |
| XYZ | 43.02 | 22.01 | 11.21 | - |
| YUV | 87.45 | 128.32 | 247.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 88 | 0 | 0.99 | 0.65 | 0 | 339.6 | 1 | 0.5 |
| Hex | FF | 2 | 58 | 0 | 63 | 41 | 0 | 154 | 64 | 32 |
| Octal | 377 | 2 | 130 | 0 | 143 | 101 | 0 | 524 | 144 | 62 |
| Binary | 11111111 | 10 | 1011000 | 0 | 1100011 | 1000001 | 0 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FF0258
Complementary color
Monochromatic Colors of #FF0258
Black with #FF0258
Text Example
Text Example
White with #FF0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0258; }
p { color: rgb(255,2,88); }
H1.HeaderClassName
{
color: #FF0258;
}
.AnyTagClassName
{
color: #FF0258;
}
</style>
background-color css
<style>
a { background-color: #FF0258; }
a { background-color: rgb(255,2,88); }
div.DivClassName
{
background-color: #FF0258;
}
.BgClassName
{
background-color: #FF0258;
}
</style>
border-color css
<style>
span { border-color: #FF0258; }
span { border-color: rgb(255,2,88); }
td.TdClassName
{
border-color: #FF0258;
}
.TagClassName
{
border-color: #FF0258;
}
</style>