Shades of Razzmatazz #F8006B
Tints of Razzmatazz #F8006B
RGB
CMYK
RGB Variations
Color information
#F8006B (or 0xF8006B) is known color: Razzmatazz. HEX triplet: F8, 00 and 6B. RGB value is (248,0,107). Sum of RGB (Red+Green+Blue) = 248+0+107=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F8006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8006B is #07FF94. Grayscale: #565656. Windows color (decimal): -524181 or 7012600. OLE color: 7012600.
HSL color Cylindrical-coordinate representation of color #F8006B: hue angle of 334.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8006B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.57 | 0.03 |
| HSL | 334.11º | 1% | 0.49% | - |
| HSV(B) | 334.11º | 1% | 0.97% | - |
| XYZ | 41.37 | 21.02 | 15.79 | - |
| YUV | 86.35 | 139.66 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 107 | 0 | 1 | 0.57 | 0.03 | 334.11 | 1 | 0.49 |
| Hex | F8 | 0 | 6B | 0 | 64 | 39 | 3 | 14E | 64 | 31 |
| Octal | 370 | 0 | 153 | 0 | 144 | 71 | 3 | 516 | 144 | 61 |
| Binary | 11111000 | 0 | 1101011 | 0 | 1100100 | 111001 | 11 | 101001110 | 1100100 | 110001 |
Color Harmonies of #F8006B
Complementary color
Monochromatic Colors of #F8006B
Black with #F8006B
Text Example
Text Example
White with #F8006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8006B; }
p { color: rgb(248,0,107); }
H1.HeaderClassName
{
color: #F8006B;
}
.AnyTagClassName
{
color: #F8006B;
}
</style>
background-color css
<style>
a { background-color: #F8006B; }
a { background-color: rgb(248,0,107); }
div.DivClassName
{
background-color: #F8006B;
}
.BgClassName
{
background-color: #F8006B;
}
</style>
border-color css
<style>
span { border-color: #F8006B; }
span { border-color: rgb(248,0,107); }
td.TdClassName
{
border-color: #F8006B;
}
.TagClassName
{
border-color: #F8006B;
}
</style>