Shades of Razzmatazz #F7015D
Tints of Razzmatazz #F7015D
RGB
CMYK
RGB Variations
Color information
#F7015D (or 0xF7015D) is known color: Razzmatazz. HEX triplet: F7, 01 and 5D. RGB value is (247,1,93). Sum of RGB (Red+Green+Blue) = 247+1+93=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7015D is #08FEA2. Grayscale: #545454. Windows color (decimal): -589475 or 6095351. OLE color: 6095351.
HSL color Cylindrical-coordinate representation of color #F7015D: hue angle of 337.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7015D is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.03 |
| HSL | 337.56º | 0.99% | 0.49% | - |
| HSV(B) | 337.56º | 1% | 0.97% | - |
| XYZ | 40.34 | 20.59 | 12.2 | - |
| YUV | 85.04 | 132.5 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 93 | 0 | 1.00 | 0.62 | 0.03 | 337.56 | 0.99 | 0.49 |
| Hex | F7 | 1 | 5D | 0 | 64 | 3E | 3 | 152 | 63 | 31 |
| Octal | 367 | 1 | 135 | 0 | 144 | 76 | 3 | 522 | 143 | 61 |
| Binary | 11110111 | 1 | 1011101 | 0 | 1100100 | 111110 | 11 | 101010010 | 1100011 | 110001 |
Color Harmonies of #F7015D
Complementary color
Monochromatic Colors of #F7015D
Black with #F7015D
Text Example
Text Example
White with #F7015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7015D; }
p { color: rgb(247,1,93); }
H1.HeaderClassName
{
color: #F7015D;
}
.AnyTagClassName
{
color: #F7015D;
}
</style>
background-color css
<style>
a { background-color: #F7015D; }
a { background-color: rgb(247,1,93); }
div.DivClassName
{
background-color: #F7015D;
}
.BgClassName
{
background-color: #F7015D;
}
</style>
border-color css
<style>
span { border-color: #F7015D; }
span { border-color: rgb(247,1,93); }
td.TdClassName
{
border-color: #F7015D;
}
.TagClassName
{
border-color: #F7015D;
}
</style>