Shades of Razzmatazz #F51358
Tints of Razzmatazz #F51358
RGB
CMYK
RGB Variations
Color information
#F51358 (or 0xF51358) is known color: Razzmatazz. HEX triplet: F5, 13 and 58. RGB value is (245,19,88). Sum of RGB (Red+Green+Blue) = 245+19+88=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F51358 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51358 is #0AECA7. Grayscale: #5E5E5E. Windows color (decimal): -715944 or 5772277. OLE color: 5772277.
HSL color Cylindrical-coordinate representation of color #F51358: hue angle of 341.68º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51358 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 88 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.04 |
| HSL | 341.68º | 0.92% | 0.52% | - |
| HSV(B) | 341.68º | 0.92% | 0.96% | - |
| XYZ | 39.65 | 20.58 | 11.12 | - |
| YUV | 94.44 | 124.37 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 88 | 0 | 0.92 | 0.64 | 0.04 | 341.68 | 0.92 | 0.52 |
| Hex | F5 | 13 | 58 | 0 | 5C | 40 | 4 | 156 | 5C | 34 |
| Octal | 365 | 23 | 130 | 0 | 134 | 100 | 4 | 526 | 134 | 64 |
| Binary | 11110101 | 10011 | 1011000 | 0 | 1011100 | 1000000 | 100 | 101010110 | 1011100 | 110100 |
Color Harmonies of #F51358
Complementary color
Monochromatic Colors of #F51358
Black with #F51358
Text Example
Text Example
White with #F51358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51358; }
p { color: rgb(245,19,88); }
H1.HeaderClassName
{
color: #F51358;
}
.AnyTagClassName
{
color: #F51358;
}
</style>
background-color css
<style>
a { background-color: #F51358; }
a { background-color: rgb(245,19,88); }
div.DivClassName
{
background-color: #F51358;
}
.BgClassName
{
background-color: #F51358;
}
</style>
border-color css
<style>
span { border-color: #F51358; }
span { border-color: rgb(245,19,88); }
td.TdClassName
{
border-color: #F51358;
}
.TagClassName
{
border-color: #F51358;
}
</style>