Shades of Razzmatazz #F50266
Tints of Razzmatazz #F50266
RGB
CMYK
RGB Variations
Color information
#F50266 (or 0xF50266) is known color: Razzmatazz. HEX triplet: F5, 02 and 66. RGB value is (245,2,102). Sum of RGB (Red+Green+Blue) = 245+2+102=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F50266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50266 is #0AFD99. Grayscale: #555555. Windows color (decimal): -720282 or 6685429. OLE color: 6685429.
HSL color Cylindrical-coordinate representation of color #F50266: hue angle of 335.31º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50266 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.04 |
| HSL | 335.31º | 0.98% | 0.48% | - |
| HSV(B) | 335.31º | 0.99% | 0.96% | - |
| XYZ | 40.08 | 20.42 | 14.4 | - |
| YUV | 86.06 | 137.01 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 102 | 0 | 0.99 | 0.58 | 0.04 | 335.31 | 0.98 | 0.48 |
| Hex | F5 | 2 | 66 | 0 | 63 | 3A | 4 | 14F | 62 | 30 |
| Octal | 365 | 2 | 146 | 0 | 143 | 72 | 4 | 517 | 142 | 60 |
| Binary | 11110101 | 10 | 1100110 | 0 | 1100011 | 111010 | 100 | 101001111 | 1100010 | 110000 |
Color Harmonies of #F50266
Complementary color
Monochromatic Colors of #F50266
Black with #F50266
Text Example
Text Example
White with #F50266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50266; }
p { color: rgb(245,2,102); }
H1.HeaderClassName
{
color: #F50266;
}
.AnyTagClassName
{
color: #F50266;
}
</style>
background-color css
<style>
a { background-color: #F50266; }
a { background-color: rgb(245,2,102); }
div.DivClassName
{
background-color: #F50266;
}
.BgClassName
{
background-color: #F50266;
}
</style>
border-color css
<style>
span { border-color: #F50266; }
span { border-color: rgb(245,2,102); }
td.TdClassName
{
border-color: #F50266;
}
.TagClassName
{
border-color: #F50266;
}
</style>