Shades of Razzmatazz #F90A6A
Tints of Razzmatazz #F90A6A
RGB
CMYK
RGB Variations
Color information
#F90A6A (or 0xF90A6A) is known color: Razzmatazz. HEX triplet: F9, 0A and 6A. RGB value is (249,10,106). Sum of RGB (Red+Green+Blue) = 249+10+106=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A6A is #06F595. Grayscale: #5C5C5C. Windows color (decimal): -456086 or 6949625. OLE color: 6949625.
HSL color Cylindrical-coordinate representation of color #F90A6A: hue angle of 335.9º 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 #F90A6A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 106 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.02 |
| HSL | 335.9º | 0.95% | 0.51% | - |
| HSV(B) | 335.9º | 0.96% | 0.98% | - |
| XYZ | 41.78 | 21.4 | 15.56 | - |
| YUV | 92.41 | 135.68 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 106 | 0 | 0.96 | 0.57 | 0.02 | 335.9 | 0.95 | 0.51 |
| Hex | F9 | A | 6A | 0 | 60 | 39 | 2 | 150 | 5F | 33 |
| Octal | 371 | 12 | 152 | 0 | 140 | 71 | 2 | 520 | 137 | 63 |
| Binary | 11111001 | 1010 | 1101010 | 0 | 1100000 | 111001 | 10 | 101010000 | 1011111 | 110011 |
Color Harmonies of #F90A6A
Complementary color
Monochromatic Colors of #F90A6A
Black with #F90A6A
Text Example
Text Example
White with #F90A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A6A; }
p { color: rgb(249,10,106); }
H1.HeaderClassName
{
color: #F90A6A;
}
.AnyTagClassName
{
color: #F90A6A;
}
</style>
background-color css
<style>
a { background-color: #F90A6A; }
a { background-color: rgb(249,10,106); }
div.DivClassName
{
background-color: #F90A6A;
}
.BgClassName
{
background-color: #F90A6A;
}
</style>
border-color css
<style>
span { border-color: #F90A6A; }
span { border-color: rgb(249,10,106); }
td.TdClassName
{
border-color: #F90A6A;
}
.TagClassName
{
border-color: #F90A6A;
}
</style>