Shades of Brink Pink #FB707B
Tints of Brink Pink #FB707B
RGB
CMYK
RGB Variations
Color information
#FB707B (or 0xFB707B) is known color: Brink Pink. HEX triplet: FB, 70 and 7B. RGB value is (251,112,123). Sum of RGB (Red+Green+Blue) = 251+112+123=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB707B is #048F84. Grayscale: #9A9A9A. Windows color (decimal): -298885 or 8089851. OLE color: 8089851.
HSL color Cylindrical-coordinate representation of color #FB707B: hue angle of 355.25º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB707B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 123 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.02 |
| HSL | 355.25º | 0.95% | 0.71% | - |
| HSV(B) | 355.25º | 0.55% | 0.98% | - |
| XYZ | 49.15 | 33.53 | 22.62 | - |
| YUV | 154.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 123 | 0 | 0.55 | 0.51 | 0.02 | 355.25 | 0.95 | 0.71 |
| Hex | FB | 70 | 7B | 0 | 37 | 33 | 2 | 163 | 5F | 47 |
| Octal | 373 | 160 | 173 | 0 | 67 | 63 | 2 | 543 | 137 | 107 |
| Binary | 11111011 | 1110000 | 1111011 | 0 | 110111 | 110011 | 10 | 101100011 | 1011111 | 1000111 |
Color Harmonies of #FB707B
Complementary color
Monochromatic Colors of #FB707B
Black with #FB707B
Text Example
Text Example
White with #FB707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB707B; }
p { color: rgb(251,112,123); }
H1.HeaderClassName
{
color: #FB707B;
}
.AnyTagClassName
{
color: #FB707B;
}
</style>
background-color css
<style>
a { background-color: #FB707B; }
a { background-color: rgb(251,112,123); }
div.DivClassName
{
background-color: #FB707B;
}
.BgClassName
{
background-color: #FB707B;
}
</style>
border-color css
<style>
span { border-color: #FB707B; }
span { border-color: rgb(251,112,123); }
td.TdClassName
{
border-color: #FB707B;
}
.TagClassName
{
border-color: #FB707B;
}
</style>