Shades of Razzmatazz #F10B4A
Tints of Razzmatazz #F10B4A
RGB
CMYK
RGB Variations
Color information
#F10B4A (or 0xF10B4A) is known color: Razzmatazz. HEX triplet: F1, 0B and 4A. RGB value is (241,11,74). Sum of RGB (Red+Green+Blue) = 241+11+74=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F10B4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10B4A is #0EF4B5. Grayscale: #565656. Windows color (decimal): -980150 or 4852721. OLE color: 4852721.
HSL color Cylindrical-coordinate representation of color #F10B4A: hue angle of 343.57º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10B4A is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 74 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.05 |
| HSL | 343.57º | 0.91% | 0.49% | - |
| HSV(B) | 343.57º | 0.95% | 0.95% | - |
| XYZ | 37.63 | 19.43 | 8.25 | - |
| YUV | 86.95 | 120.7 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 74 | 0 | 0.95 | 0.69 | 0.05 | 343.57 | 0.91 | 0.49 |
| Hex | F1 | B | 4A | 0 | 5F | 45 | 5 | 158 | 5B | 31 |
| Octal | 361 | 13 | 112 | 0 | 137 | 105 | 5 | 530 | 133 | 61 |
| Binary | 11110001 | 1011 | 1001010 | 0 | 1011111 | 1000101 | 101 | 101011000 | 1011011 | 110001 |
Color Harmonies of #F10B4A
Complementary color
Monochromatic Colors of #F10B4A
Black with #F10B4A
Text Example
Text Example
White with #F10B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10B4A; }
p { color: rgb(241,11,74); }
H1.HeaderClassName
{
color: #F10B4A;
}
.AnyTagClassName
{
color: #F10B4A;
}
</style>
background-color css
<style>
a { background-color: #F10B4A; }
a { background-color: rgb(241,11,74); }
div.DivClassName
{
background-color: #F10B4A;
}
.BgClassName
{
background-color: #F10B4A;
}
</style>
border-color css
<style>
span { border-color: #F10B4A; }
span { border-color: rgb(241,11,74); }
td.TdClassName
{
border-color: #F10B4A;
}
.TagClassName
{
border-color: #F10B4A;
}
</style>