Shades of Razzmatazz #FA1752
Tints of Razzmatazz #FA1752
RGB
CMYK
RGB Variations
Color information
#FA1752 (or 0xFA1752) is known color: Razzmatazz. HEX triplet: FA, 17 and 52. RGB value is (250,23,82). Sum of RGB (Red+Green+Blue) = 250+23+82=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1752 is #05E8AD. Grayscale: #616161. Windows color (decimal): -387246 or 5380090. OLE color: 5380090.
HSL color Cylindrical-coordinate representation of color #FA1752: hue angle of 344.41º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1752 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 82 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.02 |
| HSL | 344.41º | 0.96% | 0.54% | - |
| HSV(B) | 344.41º | 0.91% | 0.98% | - |
| XYZ | 41.25 | 21.55 | 9.97 | - |
| YUV | 97.6 | 119.21 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 82 | 0 | 0.91 | 0.67 | 0.02 | 344.41 | 0.96 | 0.54 |
| Hex | FA | 17 | 52 | 0 | 5B | 43 | 2 | 158 | 60 | 36 |
| Octal | 372 | 27 | 122 | 0 | 133 | 103 | 2 | 530 | 140 | 66 |
| Binary | 11111010 | 10111 | 1010010 | 0 | 1011011 | 1000011 | 10 | 101011000 | 1100000 | 110110 |
Color Harmonies of #FA1752
Complementary color
Monochromatic Colors of #FA1752
Black with #FA1752
Text Example
Text Example
White with #FA1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1752; }
p { color: rgb(250,23,82); }
H1.HeaderClassName
{
color: #FA1752;
}
.AnyTagClassName
{
color: #FA1752;
}
</style>
background-color css
<style>
a { background-color: #FA1752; }
a { background-color: rgb(250,23,82); }
div.DivClassName
{
background-color: #FA1752;
}
.BgClassName
{
background-color: #FA1752;
}
</style>
border-color css
<style>
span { border-color: #FA1752; }
span { border-color: rgb(250,23,82); }
td.TdClassName
{
border-color: #FA1752;
}
.TagClassName
{
border-color: #FA1752;
}
</style>