Shades of Razzmatazz #F50169
Tints of Razzmatazz #F50169
RGB
CMYK
RGB Variations
Color information
#F50169 (or 0xF50169) is known color: Razzmatazz. HEX triplet: F5, 01 and 69. RGB value is (245,1,105). Sum of RGB (Red+Green+Blue) = 245+1+105=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F50169 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50169 is #0AFE96. Grayscale: #555555. Windows color (decimal): -720535 or 6881781. OLE color: 6881781.
HSL color Cylindrical-coordinate representation of color #F50169: hue angle of 334.43º 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 #F50169 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 105 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.04 |
| HSL | 334.43º | 0.99% | 0.48% | - |
| HSV(B) | 334.43º | 1% | 0.96% | - |
| XYZ | 40.22 | 20.45 | 15.19 | - |
| YUV | 85.81 | 138.84 | 241.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 105 | 0 | 1.00 | 0.57 | 0.04 | 334.43 | 0.99 | 0.48 |
| Hex | F5 | 1 | 69 | 0 | 64 | 39 | 4 | 14E | 63 | 30 |
| Octal | 365 | 1 | 151 | 0 | 144 | 71 | 4 | 516 | 143 | 60 |
| Binary | 11110101 | 1 | 1101001 | 0 | 1100100 | 111001 | 100 | 101001110 | 1100011 | 110000 |
Color Harmonies of #F50169
Complementary color
Monochromatic Colors of #F50169
Black with #F50169
Text Example
Text Example
White with #F50169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50169; }
p { color: rgb(245,1,105); }
H1.HeaderClassName
{
color: #F50169;
}
.AnyTagClassName
{
color: #F50169;
}
</style>
background-color css
<style>
a { background-color: #F50169; }
a { background-color: rgb(245,1,105); }
div.DivClassName
{
background-color: #F50169;
}
.BgClassName
{
background-color: #F50169;
}
</style>
border-color css
<style>
span { border-color: #F50169; }
span { border-color: rgb(245,1,105); }
td.TdClassName
{
border-color: #F50169;
}
.TagClassName
{
border-color: #F50169;
}
</style>