Shades of Razzmatazz #F0125B
Tints of Razzmatazz #F0125B
RGB
CMYK
RGB Variations
Color information
#F0125B (or 0xF0125B) is known color: Razzmatazz. HEX triplet: F0, 12 and 5B. RGB value is (240,18,91). Sum of RGB (Red+Green+Blue) = 240+18+91=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0125B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0125B is #0FEDA4. Grayscale: #5C5C5C. Windows color (decimal): -1043877 or 5968624. OLE color: 5968624.
HSL color Cylindrical-coordinate representation of color #F0125B: hue angle of 340.27º 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 #F0125B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 91 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.06 |
| HSL | 340.27º | 0.88% | 0.51% | - |
| HSV(B) | 340.27º | 0.93% | 0.94% | - |
| XYZ | 38.04 | 19.71 | 11.7 | - |
| YUV | 92.7 | 127.05 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 91 | 0 | 0.92 | 0.62 | 0.06 | 340.27 | 0.88 | 0.51 |
| Hex | F0 | 12 | 5B | 0 | 5C | 3E | 6 | 154 | 58 | 33 |
| Octal | 360 | 22 | 133 | 0 | 134 | 76 | 6 | 524 | 130 | 63 |
| Binary | 11110000 | 10010 | 1011011 | 0 | 1011100 | 111110 | 110 | 101010100 | 1011000 | 110011 |
Color Harmonies of #F0125B
Complementary color
Monochromatic Colors of #F0125B
Black with #F0125B
Text Example
Text Example
White with #F0125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0125B; }
p { color: rgb(240,18,91); }
H1.HeaderClassName
{
color: #F0125B;
}
.AnyTagClassName
{
color: #F0125B;
}
</style>
background-color css
<style>
a { background-color: #F0125B; }
a { background-color: rgb(240,18,91); }
div.DivClassName
{
background-color: #F0125B;
}
.BgClassName
{
background-color: #F0125B;
}
</style>
border-color css
<style>
span { border-color: #F0125B; }
span { border-color: rgb(240,18,91); }
td.TdClassName
{
border-color: #F0125B;
}
.TagClassName
{
border-color: #F0125B;
}
</style>