Shades of Razzmatazz #F5155A
Tints of Razzmatazz #F5155A
RGB
CMYK
RGB Variations
Color information
#F5155A (or 0xF5155A) is known color: Razzmatazz. HEX triplet: F5, 15 and 5A. RGB value is (245,21,90). Sum of RGB (Red+Green+Blue) = 245+21+90=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5155A is #0AEAA5. Grayscale: #5F5F5F. Windows color (decimal): -715430 or 5903861. OLE color: 5903861.
HSL color Cylindrical-coordinate representation of color #F5155A: hue angle of 341.52º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5155A is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.04 |
| HSL | 341.52º | 0.92% | 0.52% | - |
| HSV(B) | 341.52º | 0.91% | 0.96% | - |
| XYZ | 39.77 | 20.69 | 11.57 | - |
| YUV | 95.84 | 124.71 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 90 | 0 | 0.91 | 0.63 | 0.04 | 341.52 | 0.92 | 0.52 |
| Hex | F5 | 15 | 5A | 0 | 5B | 3F | 4 | 156 | 5C | 34 |
| Octal | 365 | 25 | 132 | 0 | 133 | 77 | 4 | 526 | 134 | 64 |
| Binary | 11110101 | 10101 | 1011010 | 0 | 1011011 | 111111 | 100 | 101010110 | 1011100 | 110100 |
Color Harmonies of #F5155A
Complementary color
Monochromatic Colors of #F5155A
Black with #F5155A
Text Example
Text Example
White with #F5155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5155A; }
p { color: rgb(245,21,90); }
H1.HeaderClassName
{
color: #F5155A;
}
.AnyTagClassName
{
color: #F5155A;
}
</style>
background-color css
<style>
a { background-color: #F5155A; }
a { background-color: rgb(245,21,90); }
div.DivClassName
{
background-color: #F5155A;
}
.BgClassName
{
background-color: #F5155A;
}
</style>
border-color css
<style>
span { border-color: #F5155A; }
span { border-color: rgb(245,21,90); }
td.TdClassName
{
border-color: #F5155A;
}
.TagClassName
{
border-color: #F5155A;
}
</style>