Shades of Razzmatazz #F51255
Tints of Razzmatazz #F51255
RGB
CMYK
RGB Variations
Color information
#F51255 (or 0xF51255) is known color: Razzmatazz. HEX triplet: F5, 12 and 55. RGB value is (245,18,85). Sum of RGB (Red+Green+Blue) = 245+18+85=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F51255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51255 is #0AEDAA. Grayscale: #5D5D5D. Windows color (decimal): -716203 or 5575413. OLE color: 5575413.
HSL color Cylindrical-coordinate representation of color #F51255: hue angle of 342.29º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51255 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 85 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.04 |
| HSL | 342.29º | 0.92% | 0.52% | - |
| HSV(B) | 342.29º | 0.93% | 0.96% | - |
| XYZ | 39.51 | 20.5 | 10.47 | - |
| YUV | 93.51 | 123.21 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 85 | 0 | 0.93 | 0.65 | 0.04 | 342.29 | 0.92 | 0.52 |
| Hex | F5 | 12 | 55 | 0 | 5D | 41 | 4 | 156 | 5C | 34 |
| Octal | 365 | 22 | 125 | 0 | 135 | 101 | 4 | 526 | 134 | 64 |
| Binary | 11110101 | 10010 | 1010101 | 0 | 1011101 | 1000001 | 100 | 101010110 | 1011100 | 110100 |
Color Harmonies of #F51255
Complementary color
Monochromatic Colors of #F51255
Black with #F51255
Text Example
Text Example
White with #F51255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51255; }
p { color: rgb(245,18,85); }
H1.HeaderClassName
{
color: #F51255;
}
.AnyTagClassName
{
color: #F51255;
}
</style>
background-color css
<style>
a { background-color: #F51255; }
a { background-color: rgb(245,18,85); }
div.DivClassName
{
background-color: #F51255;
}
.BgClassName
{
background-color: #F51255;
}
</style>
border-color css
<style>
span { border-color: #F51255; }
span { border-color: rgb(245,18,85); }
td.TdClassName
{
border-color: #F51255;
}
.TagClassName
{
border-color: #F51255;
}
</style>