Shades of Razzmatazz #F5145A
Tints of Razzmatazz #F5145A
RGB
CMYK
RGB Variations
Color information
#F5145A (or 0xF5145A) is known color: Razzmatazz. HEX triplet: F5, 14 and 5A. RGB value is (245,20,90). Sum of RGB (Red+Green+Blue) = 245+20+90=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5145A is #0AEBA5. Grayscale: #5F5F5F. Windows color (decimal): -715686 or 5903605. OLE color: 5903605.
HSL color Cylindrical-coordinate representation of color #F5145A: hue angle of 341.33º 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 #F5145A is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 90 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.04 |
| HSL | 341.33º | 0.92% | 0.52% | - |
| HSV(B) | 341.33º | 0.92% | 0.96% | - |
| XYZ | 39.75 | 20.65 | 11.56 | - |
| YUV | 95.26 | 125.04 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 90 | 0 | 0.92 | 0.63 | 0.04 | 341.33 | 0.92 | 0.52 |
| Hex | F5 | 14 | 5A | 0 | 5C | 3F | 4 | 155 | 5C | 34 |
| Octal | 365 | 24 | 132 | 0 | 134 | 77 | 4 | 525 | 134 | 64 |
| Binary | 11110101 | 10100 | 1011010 | 0 | 1011100 | 111111 | 100 | 101010101 | 1011100 | 110100 |
Color Harmonies of #F5145A
Complementary color
Monochromatic Colors of #F5145A
Black with #F5145A
Text Example
Text Example
White with #F5145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5145A; }
p { color: rgb(245,20,90); }
H1.HeaderClassName
{
color: #F5145A;
}
.AnyTagClassName
{
color: #F5145A;
}
</style>
background-color css
<style>
a { background-color: #F5145A; }
a { background-color: rgb(245,20,90); }
div.DivClassName
{
background-color: #F5145A;
}
.BgClassName
{
background-color: #F5145A;
}
</style>
border-color css
<style>
span { border-color: #F5145A; }
span { border-color: rgb(245,20,90); }
td.TdClassName
{
border-color: #F5145A;
}
.TagClassName
{
border-color: #F5145A;
}
</style>