Shades of Razzmatazz #F5016D
Tints of Razzmatazz #F5016D
RGB
CMYK
RGB Variations
Color information
#F5016D (or 0xF5016D) is known color: Razzmatazz. HEX triplet: F5, 01 and 6D. RGB value is (245,1,109). Sum of RGB (Red+Green+Blue) = 245+1+109=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5016D is #0AFE92. Grayscale: #565656. Windows color (decimal): -720531 or 7143925. OLE color: 7143925.
HSL color Cylindrical-coordinate representation of color #F5016D: hue angle of 333.44º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5016D is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.04 |
| HSL | 333.44º | 0.99% | 0.48% | - |
| HSV(B) | 333.44º | 1% | 0.96% | - |
| XYZ | 40.43 | 20.54 | 16.3 | - |
| YUV | 86.27 | 140.84 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 109 | 0 | 1.00 | 0.56 | 0.04 | 333.44 | 0.99 | 0.48 |
| Hex | F5 | 1 | 6D | 0 | 64 | 38 | 4 | 14D | 63 | 30 |
| Octal | 365 | 1 | 155 | 0 | 144 | 70 | 4 | 515 | 143 | 60 |
| Binary | 11110101 | 1 | 1101101 | 0 | 1100100 | 111000 | 100 | 101001101 | 1100011 | 110000 |
Color Harmonies of #F5016D
Complementary color
Monochromatic Colors of #F5016D
Black with #F5016D
Text Example
Text Example
White with #F5016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5016D; }
p { color: rgb(245,1,109); }
H1.HeaderClassName
{
color: #F5016D;
}
.AnyTagClassName
{
color: #F5016D;
}
</style>
background-color css
<style>
a { background-color: #F5016D; }
a { background-color: rgb(245,1,109); }
div.DivClassName
{
background-color: #F5016D;
}
.BgClassName
{
background-color: #F5016D;
}
</style>
border-color css
<style>
span { border-color: #F5016D; }
span { border-color: rgb(245,1,109); }
td.TdClassName
{
border-color: #F5016D;
}
.TagClassName
{
border-color: #F5016D;
}
</style>