Shades of Razzmatazz #FF145A
Tints of Razzmatazz #FF145A
RGB
CMYK
RGB Variations
Color information
#FF145A (or 0xFF145A) is known color: Razzmatazz. HEX triplet: FF, 14 and 5A. RGB value is (255,20,90). Sum of RGB (Red+Green+Blue) = 255+20+90=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF145A is #00EBA5. Grayscale: #626262. Windows color (decimal): -60326 or 5903615. OLE color: 5903615.
HSL color Cylindrical-coordinate representation of color #FF145A: hue angle of 342.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF145A is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 90 | - |
| CMYK | 0 | 0.92 | 0.65 | 0 |
| HSL | 342.13º | 1% | 0.54% | - |
| HSV(B) | 342.13º | 0.92% | 1% | - |
| XYZ | 43.34 | 22.5 | 11.73 | - |
| YUV | 98.25 | 123.36 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 90 | 0 | 0.92 | 0.65 | 0 | 342.13 | 1 | 0.54 |
| Hex | FF | 14 | 5A | 0 | 5C | 41 | 0 | 156 | 64 | 36 |
| Octal | 377 | 24 | 132 | 0 | 134 | 101 | 0 | 526 | 144 | 66 |
| Binary | 11111111 | 10100 | 1011010 | 0 | 1011100 | 1000001 | 0 | 101010110 | 1100100 | 110110 |
Color Harmonies of #FF145A
Complementary color
Monochromatic Colors of #FF145A
Black with #FF145A
Text Example
Text Example
White with #FF145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF145A; }
p { color: rgb(255,20,90); }
H1.HeaderClassName
{
color: #FF145A;
}
.AnyTagClassName
{
color: #FF145A;
}
</style>
background-color css
<style>
a { background-color: #FF145A; }
a { background-color: rgb(255,20,90); }
div.DivClassName
{
background-color: #FF145A;
}
.BgClassName
{
background-color: #FF145A;
}
</style>
border-color css
<style>
span { border-color: #FF145A; }
span { border-color: rgb(255,20,90); }
td.TdClassName
{
border-color: #FF145A;
}
.TagClassName
{
border-color: #FF145A;
}
</style>