Shades of Razzmatazz #FD0665
Tints of Razzmatazz #FD0665
RGB
CMYK
RGB Variations
Color information
#FD0665 (or 0xFD0665) is known color: Razzmatazz. HEX triplet: FD, 06 and 65. RGB value is (253,6,101). Sum of RGB (Red+Green+Blue) = 253+6+101=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0665 is #02F99A. Grayscale: #5A5A5A. Windows color (decimal): -194971 or 6620925. OLE color: 6620925.
HSL color Cylindrical-coordinate representation of color #FD0665: hue angle of 336.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0665 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 101 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.01 |
| HSL | 336.92º | 0.98% | 0.51% | - |
| HSV(B) | 336.92º | 0.98% | 0.99% | - |
| XYZ | 42.92 | 21.95 | 14.29 | - |
| YUV | 90.68 | 133.83 | 243.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 101 | 0 | 0.98 | 0.60 | 0.01 | 336.92 | 0.98 | 0.51 |
| Hex | FD | 6 | 65 | 0 | 62 | 3C | 1 | 151 | 62 | 33 |
| Octal | 375 | 6 | 145 | 0 | 142 | 74 | 1 | 521 | 142 | 63 |
| Binary | 11111101 | 110 | 1100101 | 0 | 1100010 | 111100 | 1 | 101010001 | 1100010 | 110011 |
Color Harmonies of #FD0665
Complementary color
Monochromatic Colors of #FD0665
Black with #FD0665
Text Example
Text Example
White with #FD0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0665; }
p { color: rgb(253,6,101); }
H1.HeaderClassName
{
color: #FD0665;
}
.AnyTagClassName
{
color: #FD0665;
}
</style>
background-color css
<style>
a { background-color: #FD0665; }
a { background-color: rgb(253,6,101); }
div.DivClassName
{
background-color: #FD0665;
}
.BgClassName
{
background-color: #FD0665;
}
</style>
border-color css
<style>
span { border-color: #FD0665; }
span { border-color: rgb(253,6,101); }
td.TdClassName
{
border-color: #FD0665;
}
.TagClassName
{
border-color: #FD0665;
}
</style>