Shades of Razzmatazz #FB035C
Tints of Razzmatazz #FB035C
RGB
CMYK
RGB Variations
Color information
#FB035C (or 0xFB035C) is known color: Razzmatazz. HEX triplet: FB, 03 and 5C. RGB value is (251,3,92). Sum of RGB (Red+Green+Blue) = 251+3+92=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB035C is #04FCA3. Grayscale: #575757. Windows color (decimal): -326820 or 6030331. OLE color: 6030331.
HSL color Cylindrical-coordinate representation of color #FB035C: hue angle of 338.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB035C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.02 |
| HSL | 338.47º | 0.98% | 0.5% | - |
| HSV(B) | 338.47º | 0.99% | 0.98% | - |
| XYZ | 41.75 | 21.35 | 12.05 | - |
| YUV | 87.3 | 130.66 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 92 | 0 | 0.99 | 0.63 | 0.02 | 338.47 | 0.98 | 0.5 |
| Hex | FB | 3 | 5C | 0 | 63 | 3F | 2 | 152 | 62 | 32 |
| Octal | 373 | 3 | 134 | 0 | 143 | 77 | 2 | 522 | 142 | 62 |
| Binary | 11111011 | 11 | 1011100 | 0 | 1100011 | 111111 | 10 | 101010010 | 1100010 | 110010 |
Color Harmonies of #FB035C
Complementary color
Monochromatic Colors of #FB035C
Black with #FB035C
Text Example
Text Example
White with #FB035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB035C; }
p { color: rgb(251,3,92); }
H1.HeaderClassName
{
color: #FB035C;
}
.AnyTagClassName
{
color: #FB035C;
}
</style>
background-color css
<style>
a { background-color: #FB035C; }
a { background-color: rgb(251,3,92); }
div.DivClassName
{
background-color: #FB035C;
}
.BgClassName
{
background-color: #FB035C;
}
</style>
border-color css
<style>
span { border-color: #FB035C; }
span { border-color: rgb(251,3,92); }
td.TdClassName
{
border-color: #FB035C;
}
.TagClassName
{
border-color: #FB035C;
}
</style>