Shades of Razzmatazz #FD0069
Tints of Razzmatazz #FD0069
RGB
CMYK
RGB Variations
Color information
#FD0069 (or 0xFD0069) is known color: Razzmatazz. HEX triplet: FD, 00 and 69. RGB value is (253,0,105). Sum of RGB (Red+Green+Blue) = 253+0+105=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0069 is #02FF96. Grayscale: #575757. Windows color (decimal): -196503 or 6881533. OLE color: 6881533.
HSL color Cylindrical-coordinate representation of color #FD0069: hue angle of 335.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0069 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.58 | 0.01 |
| HSL | 335.1º | 1% | 0.5% | - |
| HSV(B) | 335.1º | 1% | 0.99% | - |
| XYZ | 43.06 | 21.9 | 15.32 | - |
| YUV | 87.62 | 137.82 | 245.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 105 | 0 | 1 | 0.58 | 0.01 | 335.1 | 1 | 0.5 |
| Hex | FD | 0 | 69 | 0 | 64 | 3A | 1 | 14F | 64 | 32 |
| Octal | 375 | 0 | 151 | 0 | 144 | 72 | 1 | 517 | 144 | 62 |
| Binary | 11111101 | 0 | 1101001 | 0 | 1100100 | 111010 | 1 | 101001111 | 1100100 | 110010 |
Color Harmonies of #FD0069
Complementary color
Monochromatic Colors of #FD0069
Black with #FD0069
Text Example
Text Example
White with #FD0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0069; }
p { color: rgb(253,0,105); }
H1.HeaderClassName
{
color: #FD0069;
}
.AnyTagClassName
{
color: #FD0069;
}
</style>
background-color css
<style>
a { background-color: #FD0069; }
a { background-color: rgb(253,0,105); }
div.DivClassName
{
background-color: #FD0069;
}
.BgClassName
{
background-color: #FD0069;
}
</style>
border-color css
<style>
span { border-color: #FD0069; }
span { border-color: rgb(253,0,105); }
td.TdClassName
{
border-color: #FD0069;
}
.TagClassName
{
border-color: #FD0069;
}
</style>