Shades of Razzmatazz #FB066D
Tints of Razzmatazz #FB066D
RGB
CMYK
RGB Variations
Color information
#FB066D (or 0xFB066D) is known color: Razzmatazz. HEX triplet: FB, 06 and 6D. RGB value is (251,6,109). Sum of RGB (Red+Green+Blue) = 251+6+109=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB066D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB066D is #04F992. Grayscale: #5A5A5A. Windows color (decimal): -326035 or 7145211. OLE color: 7145211.
HSL color Cylindrical-coordinate representation of color #FB066D: hue angle of 334.78º 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 #FB066D is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 109 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.02 |
| HSL | 334.78º | 0.97% | 0.5% | - |
| HSV(B) | 334.78º | 0.98% | 0.98% | - |
| XYZ | 42.61 | 21.74 | 16.42 | - |
| YUV | 91 | 138.17 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 109 | 0 | 0.98 | 0.57 | 0.02 | 334.78 | 0.97 | 0.5 |
| Hex | FB | 6 | 6D | 0 | 62 | 39 | 2 | 14F | 61 | 32 |
| Octal | 373 | 6 | 155 | 0 | 142 | 71 | 2 | 517 | 141 | 62 |
| Binary | 11111011 | 110 | 1101101 | 0 | 1100010 | 111001 | 10 | 101001111 | 1100001 | 110010 |
Color Harmonies of #FB066D
Complementary color
Monochromatic Colors of #FB066D
Black with #FB066D
Text Example
Text Example
White with #FB066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB066D; }
p { color: rgb(251,6,109); }
H1.HeaderClassName
{
color: #FB066D;
}
.AnyTagClassName
{
color: #FB066D;
}
</style>
background-color css
<style>
a { background-color: #FB066D; }
a { background-color: rgb(251,6,109); }
div.DivClassName
{
background-color: #FB066D;
}
.BgClassName
{
background-color: #FB066D;
}
</style>
border-color css
<style>
span { border-color: #FB066D; }
span { border-color: rgb(251,6,109); }
td.TdClassName
{
border-color: #FB066D;
}
.TagClassName
{
border-color: #FB066D;
}
</style>