Shades of Razzmatazz #F0104B
Tints of Razzmatazz #F0104B
RGB
CMYK
RGB Variations
Color information
#F0104B (or 0xF0104B) is known color: Razzmatazz. HEX triplet: F0, 10 and 4B. RGB value is (240,16,75). Sum of RGB (Red+Green+Blue) = 240+16+75=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F0104B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0104B is #0FEFB4. Grayscale: #595959. Windows color (decimal): -1044405 or 4919536. OLE color: 4919536.
HSL color Cylindrical-coordinate representation of color #F0104B: hue angle of 344.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0104B is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 75 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.06 |
| HSL | 344.2º | 0.88% | 0.5% | - |
| HSV(B) | 344.2º | 0.93% | 0.94% | - |
| XYZ | 37.39 | 19.4 | 8.43 | - |
| YUV | 89.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 75 | 0 | 0.93 | 0.69 | 0.06 | 344.2 | 0.88 | 0.5 |
| Hex | F0 | 10 | 4B | 0 | 5D | 45 | 6 | 158 | 58 | 32 |
| Octal | 360 | 20 | 113 | 0 | 135 | 105 | 6 | 530 | 130 | 62 |
| Binary | 11110000 | 10000 | 1001011 | 0 | 1011101 | 1000101 | 110 | 101011000 | 1011000 | 110010 |
Color Harmonies of #F0104B
Complementary color
Monochromatic Colors of #F0104B
Black with #F0104B
Text Example
Text Example
White with #F0104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0104B; }
p { color: rgb(240,16,75); }
H1.HeaderClassName
{
color: #F0104B;
}
.AnyTagClassName
{
color: #F0104B;
}
</style>
background-color css
<style>
a { background-color: #F0104B; }
a { background-color: rgb(240,16,75); }
div.DivClassName
{
background-color: #F0104B;
}
.BgClassName
{
background-color: #F0104B;
}
</style>
border-color css
<style>
span { border-color: #F0104B; }
span { border-color: rgb(240,16,75); }
td.TdClassName
{
border-color: #F0104B;
}
.TagClassName
{
border-color: #F0104B;
}
</style>