Shades of Razzmatazz #F90A6C
Tints of Razzmatazz #F90A6C
RGB
CMYK
RGB Variations
Color information
#F90A6C (or 0xF90A6C) is known color: Razzmatazz. HEX triplet: F9, 0A and 6C. RGB value is (249,10,108). Sum of RGB (Red+Green+Blue) = 249+10+108=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A6C is #06F593. Grayscale: #5C5C5C. Windows color (decimal): -456084 or 7080697. OLE color: 7080697.
HSL color Cylindrical-coordinate representation of color #F90A6C: hue angle of 335.4º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A6C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 108 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.02 |
| HSL | 335.4º | 0.95% | 0.51% | - |
| HSV(B) | 335.4º | 0.96% | 0.98% | - |
| XYZ | 41.88 | 21.44 | 16.12 | - |
| YUV | 92.63 | 136.68 | 239.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 108 | 0 | 0.96 | 0.57 | 0.02 | 335.4 | 0.95 | 0.51 |
| Hex | F9 | A | 6C | 0 | 60 | 39 | 2 | 14F | 5F | 33 |
| Octal | 371 | 12 | 154 | 0 | 140 | 71 | 2 | 517 | 137 | 63 |
| Binary | 11111001 | 1010 | 1101100 | 0 | 1100000 | 111001 | 10 | 101001111 | 1011111 | 110011 |
Color Harmonies of #F90A6C
Complementary color
Monochromatic Colors of #F90A6C
Black with #F90A6C
Text Example
Text Example
White with #F90A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A6C; }
p { color: rgb(249,10,108); }
H1.HeaderClassName
{
color: #F90A6C;
}
.AnyTagClassName
{
color: #F90A6C;
}
</style>
background-color css
<style>
a { background-color: #F90A6C; }
a { background-color: rgb(249,10,108); }
div.DivClassName
{
background-color: #F90A6C;
}
.BgClassName
{
background-color: #F90A6C;
}
</style>
border-color css
<style>
span { border-color: #F90A6C; }
span { border-color: rgb(249,10,108); }
td.TdClassName
{
border-color: #F90A6C;
}
.TagClassName
{
border-color: #F90A6C;
}
</style>