Shades of Razzmatazz #F0014E
Tints of Razzmatazz #F0014E
RGB
CMYK
RGB Variations
Color information
#F0014E (or 0xF0014E) is known color: Razzmatazz. HEX triplet: F0, 01 and 4E. RGB value is (240,1,78). Sum of RGB (Red+Green+Blue) = 240+1+78=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0014E is #0FFEB1. Grayscale: #515151. Windows color (decimal): -1048242 or 5112304. OLE color: 5112304.
HSL color Cylindrical-coordinate representation of color #F0014E: hue angle of 340.67º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0014E is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.06 |
| HSL | 340.67º | 0.99% | 0.47% | - |
| HSV(B) | 340.67º | 1% | 0.94% | - |
| XYZ | 37.32 | 19.1 | 8.93 | - |
| YUV | 81.24 | 126.18 | 241.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 78 | 0 | 1.00 | 0.68 | 0.06 | 340.67 | 0.99 | 0.47 |
| Hex | F0 | 1 | 4E | 0 | 64 | 44 | 6 | 155 | 63 | 2F |
| Octal | 360 | 1 | 116 | 0 | 144 | 104 | 6 | 525 | 143 | 57 |
| Binary | 11110000 | 1 | 1001110 | 0 | 1100100 | 1000100 | 110 | 101010101 | 1100011 | 101111 |
Color Harmonies of #F0014E
Complementary color
Monochromatic Colors of #F0014E
Black with #F0014E
Text Example
Text Example
White with #F0014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0014E; }
p { color: rgb(240,1,78); }
H1.HeaderClassName
{
color: #F0014E;
}
.AnyTagClassName
{
color: #F0014E;
}
</style>
background-color css
<style>
a { background-color: #F0014E; }
a { background-color: rgb(240,1,78); }
div.DivClassName
{
background-color: #F0014E;
}
.BgClassName
{
background-color: #F0014E;
}
</style>
border-color css
<style>
span { border-color: #F0014E; }
span { border-color: rgb(240,1,78); }
td.TdClassName
{
border-color: #F0014E;
}
.TagClassName
{
border-color: #F0014E;
}
</style>