Shades of Razzmatazz #FD0265
Tints of Razzmatazz #FD0265
RGB
CMYK
RGB Variations
Color information
#FD0265 (or 0xFD0265) is known color: Razzmatazz. HEX triplet: FD, 02 and 65. RGB value is (253,2,101). Sum of RGB (Red+Green+Blue) = 253+2+101=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0265 is #02FD9A. Grayscale: #585858. Windows color (decimal): -195995 or 6619901. OLE color: 6619901.
HSL color Cylindrical-coordinate representation of color #FD0265: hue angle of 336.33º 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 #FD0265 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.01 |
| HSL | 336.33º | 0.98% | 0.5% | - |
| HSV(B) | 336.33º | 0.99% | 0.99% | - |
| XYZ | 42.88 | 21.87 | 14.27 | - |
| YUV | 88.34 | 135.16 | 245.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 101 | 0 | 0.99 | 0.60 | 0.01 | 336.33 | 0.98 | 0.5 |
| Hex | FD | 2 | 65 | 0 | 63 | 3C | 1 | 150 | 62 | 32 |
| Octal | 375 | 2 | 145 | 0 | 143 | 74 | 1 | 520 | 142 | 62 |
| Binary | 11111101 | 10 | 1100101 | 0 | 1100011 | 111100 | 1 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FD0265
Complementary color
Monochromatic Colors of #FD0265
Black with #FD0265
Text Example
Text Example
White with #FD0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0265; }
p { color: rgb(253,2,101); }
H1.HeaderClassName
{
color: #FD0265;
}
.AnyTagClassName
{
color: #FD0265;
}
</style>
background-color css
<style>
a { background-color: #FD0265; }
a { background-color: rgb(253,2,101); }
div.DivClassName
{
background-color: #FD0265;
}
.BgClassName
{
background-color: #FD0265;
}
</style>
border-color css
<style>
span { border-color: #FD0265; }
span { border-color: rgb(253,2,101); }
td.TdClassName
{
border-color: #FD0265;
}
.TagClassName
{
border-color: #FD0265;
}
</style>