Shades of Razzmatazz #F2014D
Tints of Razzmatazz #F2014D
RGB
CMYK
RGB Variations
Color information
#F2014D (or 0xF2014D) is known color: Razzmatazz. HEX triplet: F2, 01 and 4D. RGB value is (242,1,77). Sum of RGB (Red+Green+Blue) = 242+1+77=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2014D is #0DFEB2. Grayscale: #515151. Windows color (decimal): -917171 or 5046770. OLE color: 5046770.
HSL color Cylindrical-coordinate representation of color #F2014D: hue angle of 341.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2014D is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.05 |
| HSL | 341.08º | 0.99% | 0.48% | - |
| HSV(B) | 341.08º | 1% | 0.95% | - |
| XYZ | 37.97 | 19.43 | 8.77 | - |
| YUV | 81.72 | 125.34 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 77 | 0 | 1.00 | 0.68 | 0.05 | 341.08 | 0.99 | 0.48 |
| Hex | F2 | 1 | 4D | 0 | 64 | 44 | 5 | 155 | 63 | 30 |
| Octal | 362 | 1 | 115 | 0 | 144 | 104 | 5 | 525 | 143 | 60 |
| Binary | 11110010 | 1 | 1001101 | 0 | 1100100 | 1000100 | 101 | 101010101 | 1100011 | 110000 |
Color Harmonies of #F2014D
Complementary color
Monochromatic Colors of #F2014D
Black with #F2014D
Text Example
Text Example
White with #F2014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2014D; }
p { color: rgb(242,1,77); }
H1.HeaderClassName
{
color: #F2014D;
}
.AnyTagClassName
{
color: #F2014D;
}
</style>
background-color css
<style>
a { background-color: #F2014D; }
a { background-color: rgb(242,1,77); }
div.DivClassName
{
background-color: #F2014D;
}
.BgClassName
{
background-color: #F2014D;
}
</style>
border-color css
<style>
span { border-color: #F2014D; }
span { border-color: rgb(242,1,77); }
td.TdClassName
{
border-color: #F2014D;
}
.TagClassName
{
border-color: #F2014D;
}
</style>