Shades of Razzmatazz #F40566
Tints of Razzmatazz #F40566
RGB
CMYK
RGB Variations
Color information
#F40566 (or 0xF40566) is known color: Razzmatazz. HEX triplet: F4, 05 and 66. RGB value is (244,5,102). Sum of RGB (Red+Green+Blue) = 244+5+102=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F40566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40566 is #0BFA99. Grayscale: #575757. Windows color (decimal): -785050 or 6686196. OLE color: 6686196.
HSL color Cylindrical-coordinate representation of color #F40566: hue angle of 335.65º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40566 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.04 |
| HSL | 335.65º | 0.96% | 0.49% | - |
| HSV(B) | 335.65º | 0.98% | 0.96% | - |
| XYZ | 39.76 | 20.3 | 14.39 | - |
| YUV | 87.52 | 136.18 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 102 | 0 | 0.98 | 0.58 | 0.04 | 335.65 | 0.96 | 0.49 |
| Hex | F4 | 5 | 66 | 0 | 62 | 3A | 4 | 150 | 60 | 31 |
| Octal | 364 | 5 | 146 | 0 | 142 | 72 | 4 | 520 | 140 | 61 |
| Binary | 11110100 | 101 | 1100110 | 0 | 1100010 | 111010 | 100 | 101010000 | 1100000 | 110001 |
Color Harmonies of #F40566
Complementary color
Monochromatic Colors of #F40566
Black with #F40566
Text Example
Text Example
White with #F40566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40566; }
p { color: rgb(244,5,102); }
H1.HeaderClassName
{
color: #F40566;
}
.AnyTagClassName
{
color: #F40566;
}
</style>
background-color css
<style>
a { background-color: #F40566; }
a { background-color: rgb(244,5,102); }
div.DivClassName
{
background-color: #F40566;
}
.BgClassName
{
background-color: #F40566;
}
</style>
border-color css
<style>
span { border-color: #F40566; }
span { border-color: rgb(244,5,102); }
td.TdClassName
{
border-color: #F40566;
}
.TagClassName
{
border-color: #F40566;
}
</style>