Shades of Razzmatazz #F00258
Tints of Razzmatazz #F00258
RGB
CMYK
RGB Variations
Color information
#F00258 (or 0xF00258) is known color: Razzmatazz. HEX triplet: F0, 02 and 58. RGB value is (240,2,88). Sum of RGB (Red+Green+Blue) = 240+2+88=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00258 is #0FFDA7. Grayscale: #525252. Windows color (decimal): -1047976 or 5767920. OLE color: 5767920.
HSL color Cylindrical-coordinate representation of color #F00258: hue angle of 338.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00258 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.06 |
| HSL | 338.32º | 0.98% | 0.47% | - |
| HSV(B) | 338.32º | 0.99% | 0.94% | - |
| XYZ | 37.72 | 19.27 | 10.96 | - |
| YUV | 82.97 | 130.85 | 240.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 88 | 0 | 0.99 | 0.63 | 0.06 | 338.32 | 0.98 | 0.47 |
| Hex | F0 | 2 | 58 | 0 | 63 | 3F | 6 | 152 | 62 | 2F |
| Octal | 360 | 2 | 130 | 0 | 143 | 77 | 6 | 522 | 142 | 57 |
| Binary | 11110000 | 10 | 1011000 | 0 | 1100011 | 111111 | 110 | 101010010 | 1100010 | 101111 |
Color Harmonies of #F00258
Complementary color
Monochromatic Colors of #F00258
Black with #F00258
Text Example
Text Example
White with #F00258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00258; }
p { color: rgb(240,2,88); }
H1.HeaderClassName
{
color: #F00258;
}
.AnyTagClassName
{
color: #F00258;
}
</style>
background-color css
<style>
a { background-color: #F00258; }
a { background-color: rgb(240,2,88); }
div.DivClassName
{
background-color: #F00258;
}
.BgClassName
{
background-color: #F00258;
}
</style>
border-color css
<style>
span { border-color: #F00258; }
span { border-color: rgb(240,2,88); }
td.TdClassName
{
border-color: #F00258;
}
.TagClassName
{
border-color: #F00258;
}
</style>