Shades of Brink Pink #FB708A
Tints of Brink Pink #FB708A
RGB
CMYK
RGB Variations
Color information
#FB708A (or 0xFB708A) is known color: Brink Pink. HEX triplet: FB, 70 and 8A. RGB value is (251,112,138). Sum of RGB (Red+Green+Blue) = 251+112+138=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB708A is #048F75. Grayscale: #9C9C9C. Windows color (decimal): -298870 or 9072891. OLE color: 9072891.
HSL color Cylindrical-coordinate representation of color #FB708A: hue angle of 348.78º 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 #FB708A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 138 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.02 |
| HSL | 348.78º | 0.95% | 0.71% | - |
| HSV(B) | 348.78º | 0.55% | 0.98% | - |
| XYZ | 50.17 | 33.93 | 27.95 | - |
| YUV | 156.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 138 | 0 | 0.55 | 0.45 | 0.02 | 348.78 | 0.95 | 0.71 |
| Hex | FB | 70 | 8A | 0 | 37 | 2D | 2 | 15D | 5F | 47 |
| Octal | 373 | 160 | 212 | 0 | 67 | 55 | 2 | 535 | 137 | 107 |
| Binary | 11111011 | 1110000 | 10001010 | 0 | 110111 | 101101 | 10 | 101011101 | 1011111 | 1000111 |
Color Harmonies of #FB708A
Complementary color
Monochromatic Colors of #FB708A
Black with #FB708A
Text Example
Text Example
White with #FB708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB708A; }
p { color: rgb(251,112,138); }
H1.HeaderClassName
{
color: #FB708A;
}
.AnyTagClassName
{
color: #FB708A;
}
</style>
background-color css
<style>
a { background-color: #FB708A; }
a { background-color: rgb(251,112,138); }
div.DivClassName
{
background-color: #FB708A;
}
.BgClassName
{
background-color: #FB708A;
}
</style>
border-color css
<style>
span { border-color: #FB708A; }
span { border-color: rgb(251,112,138); }
td.TdClassName
{
border-color: #FB708A;
}
.TagClassName
{
border-color: #FB708A;
}
</style>