Shades of Razzmatazz #FB015C
Tints of Razzmatazz #FB015C
RGB
CMYK
RGB Variations
Color information
#FB015C (or 0xFB015C) is known color: Razzmatazz. HEX triplet: FB, 01 and 5C. RGB value is (251,1,92). Sum of RGB (Red+Green+Blue) = 251+1+92=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB015C is #04FEA3. Grayscale: #565656. Windows color (decimal): -327332 or 6029819. OLE color: 6029819.
HSL color Cylindrical-coordinate representation of color #FB015C: hue angle of 338.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB015C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.02 |
| HSL | 338.16º | 0.99% | 0.49% | - |
| HSV(B) | 338.16º | 1% | 0.98% | - |
| XYZ | 41.73 | 21.3 | 12.04 | - |
| YUV | 86.12 | 131.33 | 245.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 92 | 0 | 1.00 | 0.63 | 0.02 | 338.16 | 0.99 | 0.49 |
| Hex | FB | 1 | 5C | 0 | 64 | 3F | 2 | 152 | 63 | 31 |
| Octal | 373 | 1 | 134 | 0 | 144 | 77 | 2 | 522 | 143 | 61 |
| Binary | 11111011 | 1 | 1011100 | 0 | 1100100 | 111111 | 10 | 101010010 | 1100011 | 110001 |
Color Harmonies of #FB015C
Complementary color
Monochromatic Colors of #FB015C
Black with #FB015C
Text Example
Text Example
White with #FB015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB015C; }
p { color: rgb(251,1,92); }
H1.HeaderClassName
{
color: #FB015C;
}
.AnyTagClassName
{
color: #FB015C;
}
</style>
background-color css
<style>
a { background-color: #FB015C; }
a { background-color: rgb(251,1,92); }
div.DivClassName
{
background-color: #FB015C;
}
.BgClassName
{
background-color: #FB015C;
}
</style>
border-color css
<style>
span { border-color: #FB015C; }
span { border-color: rgb(251,1,92); }
td.TdClassName
{
border-color: #FB015C;
}
.TagClassName
{
border-color: #FB015C;
}
</style>