Shades of Razzmatazz #FD0570
Tints of Razzmatazz #FD0570
RGB
CMYK
RGB Variations
Color information
#FD0570 (or 0xFD0570) is known color: Razzmatazz. HEX triplet: FD, 05 and 70. RGB value is (253,5,112). Sum of RGB (Red+Green+Blue) = 253+5+112=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0570 is #02FA8F. Grayscale: #5B5B5B. Windows color (decimal): -195216 or 7341565. OLE color: 7341565.
HSL color Cylindrical-coordinate representation of color #FD0570: hue angle of 334.11º 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 #FD0570 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.01 |
| HSL | 334.11º | 0.98% | 0.51% | - |
| HSV(B) | 334.11º | 0.98% | 0.99% | - |
| XYZ | 43.49 | 22.16 | 17.31 | - |
| YUV | 91.35 | 139.66 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 112 | 0 | 0.98 | 0.56 | 0.01 | 334.11 | 0.98 | 0.51 |
| Hex | FD | 5 | 70 | 0 | 62 | 38 | 1 | 14E | 62 | 33 |
| Octal | 375 | 5 | 160 | 0 | 142 | 70 | 1 | 516 | 142 | 63 |
| Binary | 11111101 | 101 | 1110000 | 0 | 1100010 | 111000 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FD0570
Complementary color
Monochromatic Colors of #FD0570
Black with #FD0570
Text Example
Text Example
White with #FD0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0570; }
p { color: rgb(253,5,112); }
H1.HeaderClassName
{
color: #FD0570;
}
.AnyTagClassName
{
color: #FD0570;
}
</style>
background-color css
<style>
a { background-color: #FD0570; }
a { background-color: rgb(253,5,112); }
div.DivClassName
{
background-color: #FD0570;
}
.BgClassName
{
background-color: #FD0570;
}
</style>
border-color css
<style>
span { border-color: #FD0570; }
span { border-color: rgb(253,5,112); }
td.TdClassName
{
border-color: #FD0570;
}
.TagClassName
{
border-color: #FD0570;
}
</style>