Shades of Razzmatazz #F81B5A
Tints of Razzmatazz #F81B5A
RGB
CMYK
RGB Variations
Color information
#F81B5A (or 0xF81B5A) is known color: Razzmatazz. HEX triplet: F8, 1B and 5A. RGB value is (248,27,90). Sum of RGB (Red+Green+Blue) = 248+27+90=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B5A is #07E4A5. Grayscale: #646464. Windows color (decimal): -517286 or 5905400. OLE color: 5905400.
HSL color Cylindrical-coordinate representation of color #F81B5A: hue angle of 342.9º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81B5A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 90 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.03 |
| HSL | 342.9º | 0.94% | 0.54% | - |
| HSV(B) | 342.9º | 0.89% | 0.97% | - |
| XYZ | 40.95 | 21.48 | 11.66 | - |
| YUV | 100.26 | 122.22 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 90 | 0 | 0.89 | 0.64 | 0.03 | 342.9 | 0.94 | 0.54 |
| Hex | F8 | 1B | 5A | 0 | 59 | 40 | 3 | 157 | 5E | 36 |
| Octal | 370 | 33 | 132 | 0 | 131 | 100 | 3 | 527 | 136 | 66 |
| Binary | 11111000 | 11011 | 1011010 | 0 | 1011001 | 1000000 | 11 | 101010111 | 1011110 | 110110 |
Color Harmonies of #F81B5A
Complementary color
Monochromatic Colors of #F81B5A
Black with #F81B5A
Text Example
Text Example
White with #F81B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B5A; }
p { color: rgb(248,27,90); }
H1.HeaderClassName
{
color: #F81B5A;
}
.AnyTagClassName
{
color: #F81B5A;
}
</style>
background-color css
<style>
a { background-color: #F81B5A; }
a { background-color: rgb(248,27,90); }
div.DivClassName
{
background-color: #F81B5A;
}
.BgClassName
{
background-color: #F81B5A;
}
</style>
border-color css
<style>
span { border-color: #F81B5A; }
span { border-color: rgb(248,27,90); }
td.TdClassName
{
border-color: #F81B5A;
}
.TagClassName
{
border-color: #F81B5A;
}
</style>