Shades of Razzmatazz #F81465
Tints of Razzmatazz #F81465
RGB
CMYK
RGB Variations
Color information
#F81465 (or 0xF81465) is known color: Razzmatazz. HEX triplet: F8, 14 and 65. RGB value is (248,20,101). Sum of RGB (Red+Green+Blue) = 248+20+101=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F81465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81465 is #07EB9A. Grayscale: #616161. Windows color (decimal): -519067 or 6624504. OLE color: 6624504.
HSL color Cylindrical-coordinate representation of color #F81465: hue angle of 338.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81465 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 101 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.03 |
| HSL | 338.68º | 0.94% | 0.53% | - |
| HSV(B) | 338.68º | 0.92% | 0.97% | - |
| XYZ | 41.31 | 21.4 | 14.26 | - |
| YUV | 97.41 | 130.04 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 101 | 0 | 0.92 | 0.59 | 0.03 | 338.68 | 0.94 | 0.53 |
| Hex | F8 | 14 | 65 | 0 | 5C | 3B | 3 | 153 | 5E | 35 |
| Octal | 370 | 24 | 145 | 0 | 134 | 73 | 3 | 523 | 136 | 65 |
| Binary | 11111000 | 10100 | 1100101 | 0 | 1011100 | 111011 | 11 | 101010011 | 1011110 | 110101 |
Color Harmonies of #F81465
Complementary color
Monochromatic Colors of #F81465
Black with #F81465
Text Example
Text Example
White with #F81465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81465; }
p { color: rgb(248,20,101); }
H1.HeaderClassName
{
color: #F81465;
}
.AnyTagClassName
{
color: #F81465;
}
</style>
background-color css
<style>
a { background-color: #F81465; }
a { background-color: rgb(248,20,101); }
div.DivClassName
{
background-color: #F81465;
}
.BgClassName
{
background-color: #F81465;
}
</style>
border-color css
<style>
span { border-color: #F81465; }
span { border-color: rgb(248,20,101); }
td.TdClassName
{
border-color: #F81465;
}
.TagClassName
{
border-color: #F81465;
}
</style>