Shades of Razzmatazz #F21350
Tints of Razzmatazz #F21350
RGB
CMYK
RGB Variations
Color information
#F21350 (or 0xF21350) is known color: Razzmatazz. HEX triplet: F2, 13 and 50. RGB value is (242,19,80). Sum of RGB (Red+Green+Blue) = 242+19+80=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F21350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21350 is #0DECAF. Grayscale: #5C5C5C. Windows color (decimal): -912560 or 5247986. OLE color: 5247986.
HSL color Cylindrical-coordinate representation of color #F21350: hue angle of 343.59º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21350 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 80 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.05 |
| HSL | 343.59º | 0.9% | 0.51% | - |
| HSV(B) | 343.59º | 0.92% | 0.95% | - |
| XYZ | 38.3 | 19.92 | 9.42 | - |
| YUV | 92.63 | 120.88 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 80 | 0 | 0.92 | 0.67 | 0.05 | 343.59 | 0.9 | 0.51 |
| Hex | F2 | 13 | 50 | 0 | 5C | 43 | 5 | 158 | 5A | 33 |
| Octal | 362 | 23 | 120 | 0 | 134 | 103 | 5 | 530 | 132 | 63 |
| Binary | 11110010 | 10011 | 1010000 | 0 | 1011100 | 1000011 | 101 | 101011000 | 1011010 | 110011 |
Color Harmonies of #F21350
Complementary color
Monochromatic Colors of #F21350
Black with #F21350
Text Example
Text Example
White with #F21350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21350; }
p { color: rgb(242,19,80); }
H1.HeaderClassName
{
color: #F21350;
}
.AnyTagClassName
{
color: #F21350;
}
</style>
background-color css
<style>
a { background-color: #F21350; }
a { background-color: rgb(242,19,80); }
div.DivClassName
{
background-color: #F21350;
}
.BgClassName
{
background-color: #F21350;
}
</style>
border-color css
<style>
span { border-color: #F21350; }
span { border-color: rgb(242,19,80); }
td.TdClassName
{
border-color: #F21350;
}
.TagClassName
{
border-color: #F21350;
}
</style>