Shades of Razzmatazz #F0125D
Tints of Razzmatazz #F0125D
RGB
CMYK
RGB Variations
Color information
#F0125D (or 0xF0125D) is known color: Razzmatazz. HEX triplet: F0, 12 and 5D. RGB value is (240,18,93). Sum of RGB (Red+Green+Blue) = 240+18+93=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0125D is #0FEDA2. Grayscale: #5C5C5C. Windows color (decimal): -1043875 or 6099696. OLE color: 6099696.
HSL color Cylindrical-coordinate representation of color #F0125D: hue angle of 339.73º 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 #F0125D is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.06 |
| HSL | 339.73º | 0.88% | 0.51% | - |
| HSV(B) | 339.73º | 0.93% | 0.94% | - |
| XYZ | 38.13 | 19.75 | 12.16 | - |
| YUV | 92.93 | 128.05 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 93 | 0 | 0.92 | 0.61 | 0.06 | 339.73 | 0.88 | 0.51 |
| Hex | F0 | 12 | 5D | 0 | 5C | 3D | 6 | 154 | 58 | 33 |
| Octal | 360 | 22 | 135 | 0 | 134 | 75 | 6 | 524 | 130 | 63 |
| Binary | 11110000 | 10010 | 1011101 | 0 | 1011100 | 111101 | 110 | 101010100 | 1011000 | 110011 |
Color Harmonies of #F0125D
Complementary color
Monochromatic Colors of #F0125D
Black with #F0125D
Text Example
Text Example
White with #F0125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0125D; }
p { color: rgb(240,18,93); }
H1.HeaderClassName
{
color: #F0125D;
}
.AnyTagClassName
{
color: #F0125D;
}
</style>
background-color css
<style>
a { background-color: #F0125D; }
a { background-color: rgb(240,18,93); }
div.DivClassName
{
background-color: #F0125D;
}
.BgClassName
{
background-color: #F0125D;
}
</style>
border-color css
<style>
span { border-color: #F0125D; }
span { border-color: rgb(240,18,93); }
td.TdClassName
{
border-color: #F0125D;
}
.TagClassName
{
border-color: #F0125D;
}
</style>