Shades of Razzmatazz #FB065C
Tints of Razzmatazz #FB065C
RGB
CMYK
RGB Variations
Color information
#FB065C (or 0xFB065C) is known color: Razzmatazz. HEX triplet: FB, 06 and 5C. RGB value is (251,6,92). Sum of RGB (Red+Green+Blue) = 251+6+92=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB065C is #04F9A3. Grayscale: #585858. Windows color (decimal): -326052 or 6031099. OLE color: 6031099.
HSL color Cylindrical-coordinate representation of color #FB065C: hue angle of 338.94º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB065C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 92 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.02 |
| HSL | 338.94º | 0.97% | 0.5% | - |
| HSV(B) | 338.94º | 0.98% | 0.98% | - |
| XYZ | 41.78 | 21.41 | 12.06 | - |
| YUV | 89.06 | 129.67 | 243.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 92 | 0 | 0.98 | 0.63 | 0.02 | 338.94 | 0.97 | 0.5 |
| Hex | FB | 6 | 5C | 0 | 62 | 3F | 2 | 153 | 61 | 32 |
| Octal | 373 | 6 | 134 | 0 | 142 | 77 | 2 | 523 | 141 | 62 |
| Binary | 11111011 | 110 | 1011100 | 0 | 1100010 | 111111 | 10 | 101010011 | 1100001 | 110010 |
Color Harmonies of #FB065C
Complementary color
Monochromatic Colors of #FB065C
Black with #FB065C
Text Example
Text Example
White with #FB065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB065C; }
p { color: rgb(251,6,92); }
H1.HeaderClassName
{
color: #FB065C;
}
.AnyTagClassName
{
color: #FB065C;
}
</style>
background-color css
<style>
a { background-color: #FB065C; }
a { background-color: rgb(251,6,92); }
div.DivClassName
{
background-color: #FB065C;
}
.BgClassName
{
background-color: #FB065C;
}
</style>
border-color css
<style>
span { border-color: #FB065C; }
span { border-color: rgb(251,6,92); }
td.TdClassName
{
border-color: #FB065C;
}
.TagClassName
{
border-color: #FB065C;
}
</style>