Shades of Razzmatazz #F9015B
Tints of Razzmatazz #F9015B
RGB
CMYK
RGB Variations
Color information
#F9015B (or 0xF9015B) is known color: Razzmatazz. HEX triplet: F9, 01 and 5B. RGB value is (249,1,91). Sum of RGB (Red+Green+Blue) = 249+1+91=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9015B is #06FEA4. Grayscale: #555555. Windows color (decimal): -458405 or 5964281. OLE color: 5964281.
HSL color Cylindrical-coordinate representation of color #F9015B: hue angle of 338.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9015B is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.02 |
| HSL | 338.23º | 0.99% | 0.49% | - |
| HSV(B) | 338.23º | 1% | 0.98% | - |
| XYZ | 40.97 | 20.92 | 11.78 | - |
| YUV | 85.41 | 131.16 | 244.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 91 | 0 | 1.00 | 0.63 | 0.02 | 338.23 | 0.99 | 0.49 |
| Hex | F9 | 1 | 5B | 0 | 64 | 3F | 2 | 152 | 63 | 31 |
| Octal | 371 | 1 | 133 | 0 | 144 | 77 | 2 | 522 | 143 | 61 |
| Binary | 11111001 | 1 | 1011011 | 0 | 1100100 | 111111 | 10 | 101010010 | 1100011 | 110001 |
Color Harmonies of #F9015B
Complementary color
Monochromatic Colors of #F9015B
Black with #F9015B
Text Example
Text Example
White with #F9015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9015B; }
p { color: rgb(249,1,91); }
H1.HeaderClassName
{
color: #F9015B;
}
.AnyTagClassName
{
color: #F9015B;
}
</style>
background-color css
<style>
a { background-color: #F9015B; }
a { background-color: rgb(249,1,91); }
div.DivClassName
{
background-color: #F9015B;
}
.BgClassName
{
background-color: #F9015B;
}
</style>
border-color css
<style>
span { border-color: #F9015B; }
span { border-color: rgb(249,1,91); }
td.TdClassName
{
border-color: #F9015B;
}
.TagClassName
{
border-color: #F9015B;
}
</style>