Shades of Razzmatazz #FB0369
Tints of Razzmatazz #FB0369
RGB
CMYK
RGB Variations
Color information
#FB0369 (or 0xFB0369) is known color: Razzmatazz. HEX triplet: FB, 03 and 69. RGB value is (251,3,105). Sum of RGB (Red+Green+Blue) = 251+3+105=359 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.92% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0369 is #04FC96. Grayscale: #585858. Windows color (decimal): -326807 or 6882299. OLE color: 6882299.
HSL color Cylindrical-coordinate representation of color #FB0369: hue angle of 335.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0369 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 105 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.02 |
| HSL | 335.32º | 0.98% | 0.5% | - |
| HSV(B) | 335.32º | 0.99% | 0.98% | - |
| XYZ | 42.37 | 21.59 | 15.3 | - |
| YUV | 88.78 | 137.16 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 105 | 0 | 0.99 | 0.58 | 0.02 | 335.32 | 0.98 | 0.5 |
| Hex | FB | 3 | 69 | 0 | 63 | 3A | 2 | 14F | 62 | 32 |
| Octal | 373 | 3 | 151 | 0 | 143 | 72 | 2 | 517 | 142 | 62 |
| Binary | 11111011 | 11 | 1101001 | 0 | 1100011 | 111010 | 10 | 101001111 | 1100010 | 110010 |
Color Harmonies of #FB0369
Complementary color
Monochromatic Colors of #FB0369
Black with #FB0369
Text Example
Text Example
White with #FB0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0369; }
p { color: rgb(251,3,105); }
H1.HeaderClassName
{
color: #FB0369;
}
.AnyTagClassName
{
color: #FB0369;
}
</style>
background-color css
<style>
a { background-color: #FB0369; }
a { background-color: rgb(251,3,105); }
div.DivClassName
{
background-color: #FB0369;
}
.BgClassName
{
background-color: #FB0369;
}
</style>
border-color css
<style>
span { border-color: #FB0369; }
span { border-color: rgb(251,3,105); }
td.TdClassName
{
border-color: #FB0369;
}
.TagClassName
{
border-color: #FB0369;
}
</style>