Shades of Razzmatazz #F40069
Tints of Razzmatazz #F40069
RGB
CMYK
RGB Variations
Color information
#F40069 (or 0xF40069) is known color: Razzmatazz. HEX triplet: F4, 00 and 69. RGB value is (244,0,105). Sum of RGB (Red+Green+Blue) = 244+0+105=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F40069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40069 is #0BFF96. Grayscale: #545454. Windows color (decimal): -786327 or 6881524. OLE color: 6881524.
HSL color Cylindrical-coordinate representation of color #F40069: hue angle of 334.18º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40069 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.57 | 0.04 |
| HSL | 334.18º | 1% | 0.48% | - |
| HSV(B) | 334.18º | 1% | 0.96% | - |
| XYZ | 39.86 | 20.25 | 15.17 | - |
| YUV | 84.93 | 139.34 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 105 | 0 | 1 | 0.57 | 0.04 | 334.18 | 1 | 0.48 |
| Hex | F4 | 0 | 69 | 0 | 64 | 39 | 4 | 14E | 64 | 30 |
| Octal | 364 | 0 | 151 | 0 | 144 | 71 | 4 | 516 | 144 | 60 |
| Binary | 11110100 | 0 | 1101001 | 0 | 1100100 | 111001 | 100 | 101001110 | 1100100 | 110000 |
Color Harmonies of #F40069
Complementary color
Monochromatic Colors of #F40069
Black with #F40069
Text Example
Text Example
White with #F40069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40069; }
p { color: rgb(244,0,105); }
H1.HeaderClassName
{
color: #F40069;
}
.AnyTagClassName
{
color: #F40069;
}
</style>
background-color css
<style>
a { background-color: #F40069; }
a { background-color: rgb(244,0,105); }
div.DivClassName
{
background-color: #F40069;
}
.BgClassName
{
background-color: #F40069;
}
</style>
border-color css
<style>
span { border-color: #F40069; }
span { border-color: rgb(244,0,105); }
td.TdClassName
{
border-color: #F40069;
}
.TagClassName
{
border-color: #F40069;
}
</style>