Shades of Razzmatazz #FF115A
Tints of Razzmatazz #FF115A
RGB
CMYK
RGB Variations
Color information
#FF115A (or 0xFF115A) is known color: Razzmatazz. HEX triplet: FF, 11 and 5A. RGB value is (255,17,90). Sum of RGB (Red+Green+Blue) = 255+17+90=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF115A is #00EEA5. Grayscale: #606060. Windows color (decimal): -61094 or 5902847. OLE color: 5902847.
HSL color Cylindrical-coordinate representation of color #FF115A: hue angle of 341.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF115A is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 90 | - |
| CMYK | 0 | 0.93 | 0.65 | 0 |
| HSL | 341.6º | 1% | 0.53% | - |
| HSV(B) | 341.6º | 0.93% | 1% | - |
| XYZ | 43.29 | 22.4 | 11.71 | - |
| YUV | 96.48 | 124.35 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 90 | 0 | 0.93 | 0.65 | 0 | 341.6 | 1 | 0.53 |
| Hex | FF | 11 | 5A | 0 | 5D | 41 | 0 | 156 | 64 | 35 |
| Octal | 377 | 21 | 132 | 0 | 135 | 101 | 0 | 526 | 144 | 65 |
| Binary | 11111111 | 10001 | 1011010 | 0 | 1011101 | 1000001 | 0 | 101010110 | 1100100 | 110101 |
Color Harmonies of #FF115A
Complementary color
Monochromatic Colors of #FF115A
Black with #FF115A
Text Example
Text Example
White with #FF115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF115A; }
p { color: rgb(255,17,90); }
H1.HeaderClassName
{
color: #FF115A;
}
.AnyTagClassName
{
color: #FF115A;
}
</style>
background-color css
<style>
a { background-color: #FF115A; }
a { background-color: rgb(255,17,90); }
div.DivClassName
{
background-color: #FF115A;
}
.BgClassName
{
background-color: #FF115A;
}
</style>
border-color css
<style>
span { border-color: #FF115A; }
span { border-color: rgb(255,17,90); }
td.TdClassName
{
border-color: #FF115A;
}
.TagClassName
{
border-color: #FF115A;
}
</style>