Shades of Razzmatazz #F8016B
Tints of Razzmatazz #F8016B
RGB
CMYK
RGB Variations
Color information
#F8016B (or 0xF8016B) is known color: Razzmatazz. HEX triplet: F8, 01 and 6B. RGB value is (248,1,107). Sum of RGB (Red+Green+Blue) = 248+1+107=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8016B is #07FE94. Grayscale: #565656. Windows color (decimal): -523925 or 7012856. OLE color: 7012856.
HSL color Cylindrical-coordinate representation of color #F8016B: hue angle of 334.25º 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 #F8016B is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.03 |
| HSL | 334.25º | 0.99% | 0.49% | - |
| HSV(B) | 334.25º | 1% | 0.97% | - |
| XYZ | 41.38 | 21.04 | 15.79 | - |
| YUV | 86.94 | 139.33 | 242.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 107 | 0 | 1.00 | 0.57 | 0.03 | 334.25 | 0.99 | 0.49 |
| Hex | F8 | 1 | 6B | 0 | 64 | 39 | 3 | 14E | 63 | 31 |
| Octal | 370 | 1 | 153 | 0 | 144 | 71 | 3 | 516 | 143 | 61 |
| Binary | 11111000 | 1 | 1101011 | 0 | 1100100 | 111001 | 11 | 101001110 | 1100011 | 110001 |
Color Harmonies of #F8016B
Complementary color
Monochromatic Colors of #F8016B
Black with #F8016B
Text Example
Text Example
White with #F8016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8016B; }
p { color: rgb(248,1,107); }
H1.HeaderClassName
{
color: #F8016B;
}
.AnyTagClassName
{
color: #F8016B;
}
</style>
background-color css
<style>
a { background-color: #F8016B; }
a { background-color: rgb(248,1,107); }
div.DivClassName
{
background-color: #F8016B;
}
.BgClassName
{
background-color: #F8016B;
}
</style>
border-color css
<style>
span { border-color: #F8016B; }
span { border-color: rgb(248,1,107); }
td.TdClassName
{
border-color: #F8016B;
}
.TagClassName
{
border-color: #F8016B;
}
</style>