Shades of Razzmatazz #F5006A
Tints of Razzmatazz #F5006A
RGB
CMYK
RGB Variations
Color information
#F5006A (or 0xF5006A) is known color: Razzmatazz. HEX triplet: F5, 00 and 6A. RGB value is (245,0,106). Sum of RGB (Red+Green+Blue) = 245+0+106=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F5006A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5006A is #0AFF95. Grayscale: #555555. Windows color (decimal): -720790 or 6947061. OLE color: 6947061.
HSL color Cylindrical-coordinate representation of color #F5006A: hue angle of 334.04º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5006A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.57 | 0.04 |
| HSL | 334.04º | 1% | 0.48% | - |
| HSV(B) | 334.04º | 1% | 0.96% | - |
| XYZ | 40.26 | 20.45 | 15.46 | - |
| YUV | 85.34 | 139.67 | 241.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 106 | 0 | 1 | 0.57 | 0.04 | 334.04 | 1 | 0.48 |
| Hex | F5 | 0 | 6A | 0 | 64 | 39 | 4 | 14E | 64 | 30 |
| Octal | 365 | 0 | 152 | 0 | 144 | 71 | 4 | 516 | 144 | 60 |
| Binary | 11110101 | 0 | 1101010 | 0 | 1100100 | 111001 | 100 | 101001110 | 1100100 | 110000 |
Color Harmonies of #F5006A
Complementary color
Monochromatic Colors of #F5006A
Black with #F5006A
Text Example
Text Example
White with #F5006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5006A; }
p { color: rgb(245,0,106); }
H1.HeaderClassName
{
color: #F5006A;
}
.AnyTagClassName
{
color: #F5006A;
}
</style>
background-color css
<style>
a { background-color: #F5006A; }
a { background-color: rgb(245,0,106); }
div.DivClassName
{
background-color: #F5006A;
}
.BgClassName
{
background-color: #F5006A;
}
</style>
border-color css
<style>
span { border-color: #F5006A; }
span { border-color: rgb(245,0,106); }
td.TdClassName
{
border-color: #F5006A;
}
.TagClassName
{
border-color: #F5006A;
}
</style>