Shades of Razzmatazz #F0145A
Tints of Razzmatazz #F0145A
RGB
CMYK
RGB Variations
Color information
#F0145A (or 0xF0145A) is known color: Razzmatazz. HEX triplet: F0, 14 and 5A. RGB value is (240,20,90). Sum of RGB (Red+Green+Blue) = 240+20+90=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0145A is #0FEBA5. Grayscale: #5D5D5D. Windows color (decimal): -1043366 or 5903600. OLE color: 5903600.
HSL color Cylindrical-coordinate representation of color #F0145A: hue angle of 340.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0145A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 90 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.06 |
| HSL | 340.91º | 0.88% | 0.51% | - |
| HSV(B) | 340.91º | 0.92% | 0.94% | - |
| XYZ | 38.03 | 19.76 | 11.48 | - |
| YUV | 93.76 | 125.89 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 90 | 0 | 0.92 | 0.62 | 0.06 | 340.91 | 0.88 | 0.51 |
| Hex | F0 | 14 | 5A | 0 | 5C | 3E | 6 | 155 | 58 | 33 |
| Octal | 360 | 24 | 132 | 0 | 134 | 76 | 6 | 525 | 130 | 63 |
| Binary | 11110000 | 10100 | 1011010 | 0 | 1011100 | 111110 | 110 | 101010101 | 1011000 | 110011 |
Color Harmonies of #F0145A
Complementary color
Monochromatic Colors of #F0145A
Black with #F0145A
Text Example
Text Example
White with #F0145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0145A; }
p { color: rgb(240,20,90); }
H1.HeaderClassName
{
color: #F0145A;
}
.AnyTagClassName
{
color: #F0145A;
}
</style>
background-color css
<style>
a { background-color: #F0145A; }
a { background-color: rgb(240,20,90); }
div.DivClassName
{
background-color: #F0145A;
}
.BgClassName
{
background-color: #F0145A;
}
</style>
border-color css
<style>
span { border-color: #F0145A; }
span { border-color: rgb(240,20,90); }
td.TdClassName
{
border-color: #F0145A;
}
.TagClassName
{
border-color: #F0145A;
}
</style>