Shades of Razzmatazz #F0124F
Tints of Razzmatazz #F0124F
RGB
CMYK
RGB Variations
Color information
#F0124F (or 0xF0124F) is known color: Razzmatazz. HEX triplet: F0, 12 and 4F. RGB value is (240,18,79). Sum of RGB (Red+Green+Blue) = 240+18+79=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0124F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0124F is #0FEDB0. Grayscale: #5B5B5B. Windows color (decimal): -1043889 or 5182192. OLE color: 5182192.
HSL color Cylindrical-coordinate representation of color #F0124F: hue angle of 343.51º 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 #F0124F is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.06 |
| HSL | 343.51º | 0.88% | 0.51% | - |
| HSV(B) | 343.51º | 0.93% | 0.94% | - |
| XYZ | 37.56 | 19.52 | 9.19 | - |
| YUV | 91.33 | 121.05 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 79 | 0 | 0.92 | 0.67 | 0.06 | 343.51 | 0.88 | 0.51 |
| Hex | F0 | 12 | 4F | 0 | 5C | 43 | 6 | 158 | 58 | 33 |
| Octal | 360 | 22 | 117 | 0 | 134 | 103 | 6 | 530 | 130 | 63 |
| Binary | 11110000 | 10010 | 1001111 | 0 | 1011100 | 1000011 | 110 | 101011000 | 1011000 | 110011 |
Color Harmonies of #F0124F
Complementary color
Monochromatic Colors of #F0124F
Black with #F0124F
Text Example
Text Example
White with #F0124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0124F; }
p { color: rgb(240,18,79); }
H1.HeaderClassName
{
color: #F0124F;
}
.AnyTagClassName
{
color: #F0124F;
}
</style>
background-color css
<style>
a { background-color: #F0124F; }
a { background-color: rgb(240,18,79); }
div.DivClassName
{
background-color: #F0124F;
}
.BgClassName
{
background-color: #F0124F;
}
</style>
border-color css
<style>
span { border-color: #F0124F; }
span { border-color: rgb(240,18,79); }
td.TdClassName
{
border-color: #F0124F;
}
.TagClassName
{
border-color: #F0124F;
}
</style>