Shades of Razzmatazz #F71465
Tints of Razzmatazz #F71465
RGB
CMYK
RGB Variations
Color information
#F71465 (or 0xF71465) is known color: Razzmatazz. HEX triplet: F7, 14 and 65. RGB value is (247,20,101). Sum of RGB (Red+Green+Blue) = 247+20+101=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F71465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71465 is #08EB9A. Grayscale: #616161. Windows color (decimal): -584603 or 6624503. OLE color: 6624503.
HSL color Cylindrical-coordinate representation of color #F71465: hue angle of 338.59º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71465 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 101 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.03 |
| HSL | 338.59º | 0.93% | 0.52% | - |
| HSV(B) | 338.59º | 0.92% | 0.97% | - |
| XYZ | 40.96 | 21.21 | 14.25 | - |
| YUV | 97.11 | 130.21 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 101 | 0 | 0.92 | 0.59 | 0.03 | 338.59 | 0.93 | 0.52 |
| Hex | F7 | 14 | 65 | 0 | 5C | 3B | 3 | 153 | 5D | 34 |
| Octal | 367 | 24 | 145 | 0 | 134 | 73 | 3 | 523 | 135 | 64 |
| Binary | 11110111 | 10100 | 1100101 | 0 | 1011100 | 111011 | 11 | 101010011 | 1011101 | 110100 |
Color Harmonies of #F71465
Complementary color
Monochromatic Colors of #F71465
Black with #F71465
Text Example
Text Example
White with #F71465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71465; }
p { color: rgb(247,20,101); }
H1.HeaderClassName
{
color: #F71465;
}
.AnyTagClassName
{
color: #F71465;
}
</style>
background-color css
<style>
a { background-color: #F71465; }
a { background-color: rgb(247,20,101); }
div.DivClassName
{
background-color: #F71465;
}
.BgClassName
{
background-color: #F71465;
}
</style>
border-color css
<style>
span { border-color: #F71465; }
span { border-color: rgb(247,20,101); }
td.TdClassName
{
border-color: #F71465;
}
.TagClassName
{
border-color: #F71465;
}
</style>