Shades of Razzmatazz #FB036C
Tints of Razzmatazz #FB036C
RGB
CMYK
RGB Variations
Color information
#FB036C (or 0xFB036C) is known color: Razzmatazz. HEX triplet: FB, 03 and 6C. RGB value is (251,3,108). Sum of RGB (Red+Green+Blue) = 251+3+108=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB036C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB036C is #04FC93. Grayscale: #585858. Windows color (decimal): -326804 or 7078907. OLE color: 7078907.
HSL color Cylindrical-coordinate representation of color #FB036C: hue angle of 334.6º 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 #FB036C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.02 |
| HSL | 334.6º | 0.98% | 0.5% | - |
| HSV(B) | 334.6º | 0.99% | 0.98% | - |
| XYZ | 42.52 | 21.66 | 16.13 | - |
| YUV | 89.12 | 138.66 | 243.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 108 | 0 | 0.99 | 0.57 | 0.02 | 334.6 | 0.98 | 0.5 |
| Hex | FB | 3 | 6C | 0 | 63 | 39 | 2 | 14F | 62 | 32 |
| Octal | 373 | 3 | 154 | 0 | 143 | 71 | 2 | 517 | 142 | 62 |
| Binary | 11111011 | 11 | 1101100 | 0 | 1100011 | 111001 | 10 | 101001111 | 1100010 | 110010 |
Color Harmonies of #FB036C
Complementary color
Monochromatic Colors of #FB036C
Black with #FB036C
Text Example
Text Example
White with #FB036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB036C; }
p { color: rgb(251,3,108); }
H1.HeaderClassName
{
color: #FB036C;
}
.AnyTagClassName
{
color: #FB036C;
}
</style>
background-color css
<style>
a { background-color: #FB036C; }
a { background-color: rgb(251,3,108); }
div.DivClassName
{
background-color: #FB036C;
}
.BgClassName
{
background-color: #FB036C;
}
</style>
border-color css
<style>
span { border-color: #FB036C; }
span { border-color: rgb(251,3,108); }
td.TdClassName
{
border-color: #FB036C;
}
.TagClassName
{
border-color: #FB036C;
}
</style>