Shades of Razzmatazz #F0124B
Tints of Razzmatazz #F0124B
RGB
CMYK
RGB Variations
Color information
#F0124B (or 0xF0124B) is known color: Razzmatazz. HEX triplet: F0, 12 and 4B. RGB value is (240,18,75). Sum of RGB (Red+Green+Blue) = 240+18+75=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0124B is #0FEDB4. Grayscale: #5A5A5A. Windows color (decimal): -1043893 or 4920048. OLE color: 4920048.
HSL color Cylindrical-coordinate representation of color #F0124B: hue angle of 344.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0124B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 75 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.06 |
| HSL | 344.59º | 0.88% | 0.51% | - |
| HSV(B) | 344.59º | 0.93% | 0.94% | - |
| XYZ | 37.42 | 19.47 | 8.44 | - |
| YUV | 90.88 | 119.05 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 75 | 0 | 0.92 | 0.69 | 0.06 | 344.59 | 0.88 | 0.51 |
| Hex | F0 | 12 | 4B | 0 | 5C | 45 | 6 | 159 | 58 | 33 |
| Octal | 360 | 22 | 113 | 0 | 134 | 105 | 6 | 531 | 130 | 63 |
| Binary | 11110000 | 10010 | 1001011 | 0 | 1011100 | 1000101 | 110 | 101011001 | 1011000 | 110011 |
Color Harmonies of #F0124B
Complementary color
Monochromatic Colors of #F0124B
Black with #F0124B
Text Example
Text Example
White with #F0124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0124B; }
p { color: rgb(240,18,75); }
H1.HeaderClassName
{
color: #F0124B;
}
.AnyTagClassName
{
color: #F0124B;
}
</style>
background-color css
<style>
a { background-color: #F0124B; }
a { background-color: rgb(240,18,75); }
div.DivClassName
{
background-color: #F0124B;
}
.BgClassName
{
background-color: #F0124B;
}
</style>
border-color css
<style>
span { border-color: #F0124B; }
span { border-color: rgb(240,18,75); }
td.TdClassName
{
border-color: #F0124B;
}
.TagClassName
{
border-color: #F0124B;
}
</style>