Shades of Razzmatazz #F50665
Tints of Razzmatazz #F50665
RGB
CMYK
RGB Variations
Color information
#F50665 (or 0xF50665) is known color: Razzmatazz. HEX triplet: F5, 06 and 65. RGB value is (245,6,101). Sum of RGB (Red+Green+Blue) = 245+6+101=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F50665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50665 is #0AF99A. Grayscale: #585858. Windows color (decimal): -719259 or 6620917. OLE color: 6620917.
HSL color Cylindrical-coordinate representation of color #F50665: hue angle of 336.15º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50665 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 101 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.04 |
| HSL | 336.15º | 0.95% | 0.49% | - |
| HSV(B) | 336.15º | 0.98% | 0.96% | - |
| XYZ | 40.07 | 20.48 | 14.15 | - |
| YUV | 88.29 | 135.18 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 101 | 0 | 0.98 | 0.59 | 0.04 | 336.15 | 0.95 | 0.49 |
| Hex | F5 | 6 | 65 | 0 | 62 | 3B | 4 | 150 | 5F | 31 |
| Octal | 365 | 6 | 145 | 0 | 142 | 73 | 4 | 520 | 137 | 61 |
| Binary | 11110101 | 110 | 1100101 | 0 | 1100010 | 111011 | 100 | 101010000 | 1011111 | 110001 |
Color Harmonies of #F50665
Complementary color
Monochromatic Colors of #F50665
Black with #F50665
Text Example
Text Example
White with #F50665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50665; }
p { color: rgb(245,6,101); }
H1.HeaderClassName
{
color: #F50665;
}
.AnyTagClassName
{
color: #F50665;
}
</style>
background-color css
<style>
a { background-color: #F50665; }
a { background-color: rgb(245,6,101); }
div.DivClassName
{
background-color: #F50665;
}
.BgClassName
{
background-color: #F50665;
}
</style>
border-color css
<style>
span { border-color: #F50665; }
span { border-color: rgb(245,6,101); }
td.TdClassName
{
border-color: #F50665;
}
.TagClassName
{
border-color: #F50665;
}
</style>