Shades of Razzmatazz #FA0B6B
Tints of Razzmatazz #FA0B6B
RGB
CMYK
RGB Variations
Color information
#FA0B6B (or 0xFA0B6B) is known color: Razzmatazz. HEX triplet: FA, 0B and 6B. RGB value is (250,11,107). Sum of RGB (Red+Green+Blue) = 250+11+107=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B6B is #05F494. Grayscale: #5D5D5D. Windows color (decimal): -390293 or 7015418. OLE color: 7015418.
HSL color Cylindrical-coordinate representation of color #FA0B6B: hue angle of 335.9º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0B6B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 107 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.02 |
| HSL | 335.9º | 0.96% | 0.51% | - |
| HSV(B) | 335.9º | 0.96% | 0.98% | - |
| XYZ | 42.2 | 21.62 | 15.86 | - |
| YUV | 93.41 | 135.68 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 107 | 0 | 0.96 | 0.57 | 0.02 | 335.9 | 0.96 | 0.51 |
| Hex | FA | B | 6B | 0 | 60 | 39 | 2 | 150 | 60 | 33 |
| Octal | 372 | 13 | 153 | 0 | 140 | 71 | 2 | 520 | 140 | 63 |
| Binary | 11111010 | 1011 | 1101011 | 0 | 1100000 | 111001 | 10 | 101010000 | 1100000 | 110011 |
Color Harmonies of #FA0B6B
Complementary color
Monochromatic Colors of #FA0B6B
Black with #FA0B6B
Text Example
Text Example
White with #FA0B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B6B; }
p { color: rgb(250,11,107); }
H1.HeaderClassName
{
color: #FA0B6B;
}
.AnyTagClassName
{
color: #FA0B6B;
}
</style>
background-color css
<style>
a { background-color: #FA0B6B; }
a { background-color: rgb(250,11,107); }
div.DivClassName
{
background-color: #FA0B6B;
}
.BgClassName
{
background-color: #FA0B6B;
}
</style>
border-color css
<style>
span { border-color: #FA0B6B; }
span { border-color: rgb(250,11,107); }
td.TdClassName
{
border-color: #FA0B6B;
}
.TagClassName
{
border-color: #FA0B6B;
}
</style>