Shades of Razzmatazz #F0015B
Tints of Razzmatazz #F0015B
RGB
CMYK
RGB Variations
Color information
#F0015B (or 0xF0015B) is known color: Razzmatazz. HEX triplet: F0, 01 and 5B. RGB value is (240,1,91). Sum of RGB (Red+Green+Blue) = 240+1+91=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0015B is #0FFEA4. Grayscale: #525252. Windows color (decimal): -1048229 or 5964272. OLE color: 5964272.
HSL color Cylindrical-coordinate representation of color #F0015B: hue angle of 337.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0015B is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.06 |
| HSL | 337.41º | 0.99% | 0.47% | - |
| HSV(B) | 337.41º | 1% | 0.94% | - |
| XYZ | 37.83 | 19.3 | 11.63 | - |
| YUV | 82.72 | 132.68 | 240.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 91 | 0 | 1.00 | 0.62 | 0.06 | 337.41 | 0.99 | 0.47 |
| Hex | F0 | 1 | 5B | 0 | 64 | 3E | 6 | 151 | 63 | 2F |
| Octal | 360 | 1 | 133 | 0 | 144 | 76 | 6 | 521 | 143 | 57 |
| Binary | 11110000 | 1 | 1011011 | 0 | 1100100 | 111110 | 110 | 101010001 | 1100011 | 101111 |
Color Harmonies of #F0015B
Complementary color
Monochromatic Colors of #F0015B
Black with #F0015B
Text Example
Text Example
White with #F0015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0015B; }
p { color: rgb(240,1,91); }
H1.HeaderClassName
{
color: #F0015B;
}
.AnyTagClassName
{
color: #F0015B;
}
</style>
background-color css
<style>
a { background-color: #F0015B; }
a { background-color: rgb(240,1,91); }
div.DivClassName
{
background-color: #F0015B;
}
.BgClassName
{
background-color: #F0015B;
}
</style>
border-color css
<style>
span { border-color: #F0015B; }
span { border-color: rgb(240,1,91); }
td.TdClassName
{
border-color: #F0015B;
}
.TagClassName
{
border-color: #F0015B;
}
</style>