Shades of Razzmatazz #F9015C
Tints of Razzmatazz #F9015C
RGB
CMYK
RGB Variations
Color information
#F9015C (or 0xF9015C) is known color: Razzmatazz. HEX triplet: F9, 01 and 5C. RGB value is (249,1,92). Sum of RGB (Red+Green+Blue) = 249+1+92=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F9015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9015C is #06FEA3. Grayscale: #555555. Windows color (decimal): -458404 or 6029817. OLE color: 6029817.
HSL color Cylindrical-coordinate representation of color #F9015C: hue angle of 337.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9015C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.02 |
| HSL | 337.98º | 0.99% | 0.49% | - |
| HSV(B) | 337.98º | 1% | 0.98% | - |
| XYZ | 41.01 | 20.93 | 12 | - |
| YUV | 85.53 | 131.66 | 244.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 92 | 0 | 1.00 | 0.63 | 0.02 | 337.98 | 0.99 | 0.49 |
| Hex | F9 | 1 | 5C | 0 | 64 | 3F | 2 | 152 | 63 | 31 |
| Octal | 371 | 1 | 134 | 0 | 144 | 77 | 2 | 522 | 143 | 61 |
| Binary | 11111001 | 1 | 1011100 | 0 | 1100100 | 111111 | 10 | 101010010 | 1100011 | 110001 |
Color Harmonies of #F9015C
Complementary color
Monochromatic Colors of #F9015C
Black with #F9015C
Text Example
Text Example
White with #F9015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9015C; }
p { color: rgb(249,1,92); }
H1.HeaderClassName
{
color: #F9015C;
}
.AnyTagClassName
{
color: #F9015C;
}
</style>
background-color css
<style>
a { background-color: #F9015C; }
a { background-color: rgb(249,1,92); }
div.DivClassName
{
background-color: #F9015C;
}
.BgClassName
{
background-color: #F9015C;
}
</style>
border-color css
<style>
span { border-color: #F9015C; }
span { border-color: rgb(249,1,92); }
td.TdClassName
{
border-color: #F9015C;
}
.TagClassName
{
border-color: #F9015C;
}
</style>