Shades of Razzmatazz #F7015B
Tints of Razzmatazz #F7015B
RGB
CMYK
RGB Variations
Color information
#F7015B (or 0xF7015B) is known color: Razzmatazz. HEX triplet: F7, 01 and 5B. RGB value is (247,1,91). Sum of RGB (Red+Green+Blue) = 247+1+91=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7015B is #08FEA4. Grayscale: #545454. Windows color (decimal): -589477 or 5964279. OLE color: 5964279.
HSL color Cylindrical-coordinate representation of color #F7015B: hue angle of 338.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7015B is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.03 |
| HSL | 338.05º | 0.99% | 0.49% | - |
| HSV(B) | 338.05º | 1% | 0.97% | - |
| XYZ | 40.26 | 20.55 | 11.74 | - |
| YUV | 84.81 | 131.5 | 243.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 91 | 0 | 1.00 | 0.63 | 0.03 | 338.05 | 0.99 | 0.49 |
| Hex | F7 | 1 | 5B | 0 | 64 | 3F | 3 | 152 | 63 | 31 |
| Octal | 367 | 1 | 133 | 0 | 144 | 77 | 3 | 522 | 143 | 61 |
| Binary | 11110111 | 1 | 1011011 | 0 | 1100100 | 111111 | 11 | 101010010 | 1100011 | 110001 |
Color Harmonies of #F7015B
Complementary color
Monochromatic Colors of #F7015B
Black with #F7015B
Text Example
Text Example
White with #F7015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7015B; }
p { color: rgb(247,1,91); }
H1.HeaderClassName
{
color: #F7015B;
}
.AnyTagClassName
{
color: #F7015B;
}
</style>
background-color css
<style>
a { background-color: #F7015B; }
a { background-color: rgb(247,1,91); }
div.DivClassName
{
background-color: #F7015B;
}
.BgClassName
{
background-color: #F7015B;
}
</style>
border-color css
<style>
span { border-color: #F7015B; }
span { border-color: rgb(247,1,91); }
td.TdClassName
{
border-color: #F7015B;
}
.TagClassName
{
border-color: #F7015B;
}
</style>