Shades of Razzmatazz #F50165
Tints of Razzmatazz #F50165
RGB
CMYK
RGB Variations
Color information
#F50165 (or 0xF50165) is known color: Razzmatazz. HEX triplet: F5, 01 and 65. RGB value is (245,1,101). Sum of RGB (Red+Green+Blue) = 245+1+101=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F50165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50165 is #0AFE9A. Grayscale: #555555. Windows color (decimal): -720539 or 6619637. OLE color: 6619637.
HSL color Cylindrical-coordinate representation of color #F50165: hue angle of 335.41º 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 #F50165 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.04 |
| HSL | 335.41º | 0.99% | 0.48% | - |
| HSV(B) | 335.41º | 1% | 0.96% | - |
| XYZ | 40.02 | 20.37 | 14.14 | - |
| YUV | 85.36 | 136.84 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 101 | 0 | 1.00 | 0.59 | 0.04 | 335.41 | 0.99 | 0.48 |
| Hex | F5 | 1 | 65 | 0 | 64 | 3B | 4 | 14F | 63 | 30 |
| Octal | 365 | 1 | 145 | 0 | 144 | 73 | 4 | 517 | 143 | 60 |
| Binary | 11110101 | 1 | 1100101 | 0 | 1100100 | 111011 | 100 | 101001111 | 1100011 | 110000 |
Color Harmonies of #F50165
Complementary color
Monochromatic Colors of #F50165
Black with #F50165
Text Example
Text Example
White with #F50165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50165; }
p { color: rgb(245,1,101); }
H1.HeaderClassName
{
color: #F50165;
}
.AnyTagClassName
{
color: #F50165;
}
</style>
background-color css
<style>
a { background-color: #F50165; }
a { background-color: rgb(245,1,101); }
div.DivClassName
{
background-color: #F50165;
}
.BgClassName
{
background-color: #F50165;
}
</style>
border-color css
<style>
span { border-color: #F50165; }
span { border-color: rgb(245,1,101); }
td.TdClassName
{
border-color: #F50165;
}
.TagClassName
{
border-color: #F50165;
}
</style>