Shades of Razzmatazz #F40569
Tints of Razzmatazz #F40569
RGB
CMYK
RGB Variations
Color information
#F40569 (or 0xF40569) is known color: Razzmatazz. HEX triplet: F4, 05 and 69. RGB value is (244,5,105). Sum of RGB (Red+Green+Blue) = 244+5+105=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F40569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40569 is #0BFA96. Grayscale: #575757. Windows color (decimal): -785047 or 6882804. OLE color: 6882804.
HSL color Cylindrical-coordinate representation of color #F40569: hue angle of 334.9º 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 #F40569 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.04 |
| HSL | 334.9º | 0.96% | 0.49% | - |
| HSV(B) | 334.9º | 0.98% | 0.96% | - |
| XYZ | 39.91 | 20.36 | 15.19 | - |
| YUV | 87.86 | 137.68 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 105 | 0 | 0.98 | 0.57 | 0.04 | 334.9 | 0.96 | 0.49 |
| Hex | F4 | 5 | 69 | 0 | 62 | 39 | 4 | 14F | 60 | 31 |
| Octal | 364 | 5 | 151 | 0 | 142 | 71 | 4 | 517 | 140 | 61 |
| Binary | 11110100 | 101 | 1101001 | 0 | 1100010 | 111001 | 100 | 101001111 | 1100000 | 110001 |
Color Harmonies of #F40569
Complementary color
Monochromatic Colors of #F40569
Black with #F40569
Text Example
Text Example
White with #F40569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40569; }
p { color: rgb(244,5,105); }
H1.HeaderClassName
{
color: #F40569;
}
.AnyTagClassName
{
color: #F40569;
}
</style>
background-color css
<style>
a { background-color: #F40569; }
a { background-color: rgb(244,5,105); }
div.DivClassName
{
background-color: #F40569;
}
.BgClassName
{
background-color: #F40569;
}
</style>
border-color css
<style>
span { border-color: #F40569; }
span { border-color: rgb(244,5,105); }
td.TdClassName
{
border-color: #F40569;
}
.TagClassName
{
border-color: #F40569;
}
</style>