Shades of Razzmatazz #FD0465
Tints of Razzmatazz #FD0465
RGB
CMYK
RGB Variations
Color information
#FD0465 (or 0xFD0465) is known color: Razzmatazz. HEX triplet: FD, 04 and 65. RGB value is (253,4,101). Sum of RGB (Red+Green+Blue) = 253+4+101=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0465 is #02FB9A. Grayscale: #595959. Windows color (decimal): -195483 or 6620413. OLE color: 6620413.
HSL color Cylindrical-coordinate representation of color #FD0465: hue angle of 336.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0465 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.01 |
| HSL | 336.63º | 0.98% | 0.5% | - |
| HSV(B) | 336.63º | 0.98% | 0.99% | - |
| XYZ | 42.9 | 21.91 | 14.28 | - |
| YUV | 89.51 | 134.49 | 244.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 101 | 0 | 0.98 | 0.60 | 0.01 | 336.63 | 0.98 | 0.5 |
| Hex | FD | 4 | 65 | 0 | 62 | 3C | 1 | 151 | 62 | 32 |
| Octal | 375 | 4 | 145 | 0 | 142 | 74 | 1 | 521 | 142 | 62 |
| Binary | 11111101 | 100 | 1100101 | 0 | 1100010 | 111100 | 1 | 101010001 | 1100010 | 110010 |
Color Harmonies of #FD0465
Complementary color
Monochromatic Colors of #FD0465
Black with #FD0465
Text Example
Text Example
White with #FD0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0465; }
p { color: rgb(253,4,101); }
H1.HeaderClassName
{
color: #FD0465;
}
.AnyTagClassName
{
color: #FD0465;
}
</style>
background-color css
<style>
a { background-color: #FD0465; }
a { background-color: rgb(253,4,101); }
div.DivClassName
{
background-color: #FD0465;
}
.BgClassName
{
background-color: #FD0465;
}
</style>
border-color css
<style>
span { border-color: #FD0465; }
span { border-color: rgb(253,4,101); }
td.TdClassName
{
border-color: #FD0465;
}
.TagClassName
{
border-color: #FD0465;
}
</style>