Shades of Razzmatazz #FD0369
Tints of Razzmatazz #FD0369
RGB
CMYK
RGB Variations
Color information
#FD0369 (or 0xFD0369) is known color: Razzmatazz. HEX triplet: FD, 03 and 69. RGB value is (253,3,105). Sum of RGB (Red+Green+Blue) = 253+3+105=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0369 is #02FC96. Grayscale: #595959. Windows color (decimal): -195735 or 6882301. OLE color: 6882301.
HSL color Cylindrical-coordinate representation of color #FD0369: hue angle of 335.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0369 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 105 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.01 |
| HSL | 335.52º | 0.98% | 0.5% | - |
| HSV(B) | 335.52º | 0.99% | 0.99% | - |
| XYZ | 43.09 | 21.97 | 15.33 | - |
| YUV | 89.38 | 136.83 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 105 | 0 | 0.99 | 0.58 | 0.01 | 335.52 | 0.98 | 0.5 |
| Hex | FD | 3 | 69 | 0 | 63 | 3A | 1 | 150 | 62 | 32 |
| Octal | 375 | 3 | 151 | 0 | 143 | 72 | 1 | 520 | 142 | 62 |
| Binary | 11111101 | 11 | 1101001 | 0 | 1100011 | 111010 | 1 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FD0369
Complementary color
Monochromatic Colors of #FD0369
Black with #FD0369
Text Example
Text Example
White with #FD0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0369; }
p { color: rgb(253,3,105); }
H1.HeaderClassName
{
color: #FD0369;
}
.AnyTagClassName
{
color: #FD0369;
}
</style>
background-color css
<style>
a { background-color: #FD0369; }
a { background-color: rgb(253,3,105); }
div.DivClassName
{
background-color: #FD0369;
}
.BgClassName
{
background-color: #FD0369;
}
</style>
border-color css
<style>
span { border-color: #FD0369; }
span { border-color: rgb(253,3,105); }
td.TdClassName
{
border-color: #FD0369;
}
.TagClassName
{
border-color: #FD0369;
}
</style>