Shades of Razzmatazz #F4015A
Tints of Razzmatazz #F4015A
RGB
CMYK
RGB Variations
Color information
#F4015A (or 0xF4015A) is known color: Razzmatazz. HEX triplet: F4, 01 and 5A. RGB value is (244,1,90). Sum of RGB (Red+Green+Blue) = 244+1+90=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F4015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4015A is #0BFEA5. Grayscale: #535353. Windows color (decimal): -786086 or 5898740. OLE color: 5898740.
HSL color Cylindrical-coordinate representation of color #F4015A: hue angle of 338.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4015A is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.04 |
| HSL | 338.02º | 0.99% | 0.48% | - |
| HSV(B) | 338.02º | 1% | 0.96% | - |
| XYZ | 39.16 | 19.99 | 11.47 | - |
| YUV | 83.8 | 131.51 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 90 | 0 | 1.00 | 0.63 | 0.04 | 338.02 | 0.99 | 0.48 |
| Hex | F4 | 1 | 5A | 0 | 64 | 3F | 4 | 152 | 63 | 30 |
| Octal | 364 | 1 | 132 | 0 | 144 | 77 | 4 | 522 | 143 | 60 |
| Binary | 11110100 | 1 | 1011010 | 0 | 1100100 | 111111 | 100 | 101010010 | 1100011 | 110000 |
Color Harmonies of #F4015A
Complementary color
Monochromatic Colors of #F4015A
Black with #F4015A
Text Example
Text Example
White with #F4015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4015A; }
p { color: rgb(244,1,90); }
H1.HeaderClassName
{
color: #F4015A;
}
.AnyTagClassName
{
color: #F4015A;
}
</style>
background-color css
<style>
a { background-color: #F4015A; }
a { background-color: rgb(244,1,90); }
div.DivClassName
{
background-color: #F4015A;
}
.BgClassName
{
background-color: #F4015A;
}
</style>
border-color css
<style>
span { border-color: #F4015A; }
span { border-color: rgb(244,1,90); }
td.TdClassName
{
border-color: #F4015A;
}
.TagClassName
{
border-color: #F4015A;
}
</style>