Shades of Razzmatazz #FD016E
Tints of Razzmatazz #FD016E
RGB
CMYK
RGB Variations
Color information
#FD016E (or 0xFD016E) is known color: Razzmatazz. HEX triplet: FD, 01 and 6E. RGB value is (253,1,110). Sum of RGB (Red+Green+Blue) = 253+1+110=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD016E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD016E is #02FE91. Grayscale: #585858. Windows color (decimal): -196242 or 7209469. OLE color: 7209469.
HSL color Cylindrical-coordinate representation of color #FD016E: hue angle of 334.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD016E is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.01 |
| HSL | 334.05º | 0.99% | 0.5% | - |
| HSV(B) | 334.05º | 1% | 0.99% | - |
| XYZ | 43.33 | 22.03 | 16.72 | - |
| YUV | 88.77 | 139.99 | 245.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 110 | 0 | 1.00 | 0.57 | 0.01 | 334.05 | 0.99 | 0.5 |
| Hex | FD | 1 | 6E | 0 | 64 | 39 | 1 | 14E | 63 | 32 |
| Octal | 375 | 1 | 156 | 0 | 144 | 71 | 1 | 516 | 143 | 62 |
| Binary | 11111101 | 1 | 1101110 | 0 | 1100100 | 111001 | 1 | 101001110 | 1100011 | 110010 |
Color Harmonies of #FD016E
Complementary color
Monochromatic Colors of #FD016E
Black with #FD016E
Text Example
Text Example
White with #FD016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD016E; }
p { color: rgb(253,1,110); }
H1.HeaderClassName
{
color: #FD016E;
}
.AnyTagClassName
{
color: #FD016E;
}
</style>
background-color css
<style>
a { background-color: #FD016E; }
a { background-color: rgb(253,1,110); }
div.DivClassName
{
background-color: #FD016E;
}
.BgClassName
{
background-color: #FD016E;
}
</style>
border-color css
<style>
span { border-color: #FD016E; }
span { border-color: rgb(253,1,110); }
td.TdClassName
{
border-color: #FD016E;
}
.TagClassName
{
border-color: #FD016E;
}
</style>