Shades of Brink Pink #FB6B7A
Tints of Brink Pink #FB6B7A
RGB
CMYK
RGB Variations
Color information
#FB6B7A (or 0xFB6B7A) is known color: Brink Pink. HEX triplet: FB, 6B and 7A. RGB value is (251,107,122). Sum of RGB (Red+Green+Blue) = 251+107+122=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6B7A is #049485. Grayscale: #979797. Windows color (decimal): -300166 or 8023035. OLE color: 8023035.
HSL color Cylindrical-coordinate representation of color #FB6B7A: hue angle of 353.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6B7A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 122 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.02 |
| HSL | 353.75º | 0.95% | 0.7% | - |
| HSV(B) | 353.75º | 0.57% | 0.98% | - |
| XYZ | 48.55 | 32.43 | 22.11 | - |
| YUV | 151.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 122 | 0 | 0.57 | 0.51 | 0.02 | 353.75 | 0.95 | 0.7 |
| Hex | FB | 6B | 7A | 0 | 39 | 33 | 2 | 162 | 5F | 46 |
| Octal | 373 | 153 | 172 | 0 | 71 | 63 | 2 | 542 | 137 | 106 |
| Binary | 11111011 | 1101011 | 1111010 | 0 | 111001 | 110011 | 10 | 101100010 | 1011111 | 1000110 |
Color Harmonies of #FB6B7A
Complementary color
Monochromatic Colors of #FB6B7A
Black with #FB6B7A
Text Example
Text Example
White with #FB6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B7A; }
p { color: rgb(251,107,122); }
H1.HeaderClassName
{
color: #FB6B7A;
}
.AnyTagClassName
{
color: #FB6B7A;
}
</style>
background-color css
<style>
a { background-color: #FB6B7A; }
a { background-color: rgb(251,107,122); }
div.DivClassName
{
background-color: #FB6B7A;
}
.BgClassName
{
background-color: #FB6B7A;
}
</style>
border-color css
<style>
span { border-color: #FB6B7A; }
span { border-color: rgb(251,107,122); }
td.TdClassName
{
border-color: #FB6B7A;
}
.TagClassName
{
border-color: #FB6B7A;
}
</style>