Shades of Razzmatazz #F40168
Tints of Razzmatazz #F40168
RGB
CMYK
RGB Variations
Color information
#F40168 (or 0xF40168) is known color: Razzmatazz. HEX triplet: F4, 01 and 68. RGB value is (244,1,104). Sum of RGB (Red+Green+Blue) = 244+1+104=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F40168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40168 is #0BFE97. Grayscale: #555555. Windows color (decimal): -786072 or 6816244. OLE color: 6816244.
HSL color Cylindrical-coordinate representation of color #F40168: hue angle of 334.57º 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 #F40168 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.04 |
| HSL | 334.57º | 0.99% | 0.48% | - |
| HSV(B) | 334.57º | 1% | 0.96% | - |
| XYZ | 39.82 | 20.25 | 14.91 | - |
| YUV | 85.4 | 138.51 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 104 | 0 | 1.00 | 0.57 | 0.04 | 334.57 | 0.99 | 0.48 |
| Hex | F4 | 1 | 68 | 0 | 64 | 39 | 4 | 14F | 63 | 30 |
| Octal | 364 | 1 | 150 | 0 | 144 | 71 | 4 | 517 | 143 | 60 |
| Binary | 11110100 | 1 | 1101000 | 0 | 1100100 | 111001 | 100 | 101001111 | 1100011 | 110000 |
Color Harmonies of #F40168
Complementary color
Monochromatic Colors of #F40168
Black with #F40168
Text Example
Text Example
White with #F40168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40168; }
p { color: rgb(244,1,104); }
H1.HeaderClassName
{
color: #F40168;
}
.AnyTagClassName
{
color: #F40168;
}
</style>
background-color css
<style>
a { background-color: #F40168; }
a { background-color: rgb(244,1,104); }
div.DivClassName
{
background-color: #F40168;
}
.BgClassName
{
background-color: #F40168;
}
</style>
border-color css
<style>
span { border-color: #F40168; }
span { border-color: rgb(244,1,104); }
td.TdClassName
{
border-color: #F40168;
}
.TagClassName
{
border-color: #F40168;
}
</style>