Shades of Brink Pink #FB707C
Tints of Brink Pink #FB707C
RGB
CMYK
RGB Variations
Color information
#FB707C (or 0xFB707C) is known color: Brink Pink. HEX triplet: FB, 70 and 7C. RGB value is (251,112,124). Sum of RGB (Red+Green+Blue) = 251+112+124=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB707C is #048F83. Grayscale: #9B9B9B. Windows color (decimal): -298884 or 8155387. OLE color: 8155387.
HSL color Cylindrical-coordinate representation of color #FB707C: hue angle of 354.82º 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 #FB707C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 124 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.02 |
| HSL | 354.82º | 0.95% | 0.71% | - |
| HSV(B) | 354.82º | 0.55% | 0.98% | - |
| XYZ | 49.22 | 33.55 | 22.95 | - |
| YUV | 154.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 124 | 0 | 0.55 | 0.51 | 0.02 | 354.82 | 0.95 | 0.71 |
| Hex | FB | 70 | 7C | 0 | 37 | 33 | 2 | 163 | 5F | 47 |
| Octal | 373 | 160 | 174 | 0 | 67 | 63 | 2 | 543 | 137 | 107 |
| Binary | 11111011 | 1110000 | 1111100 | 0 | 110111 | 110011 | 10 | 101100011 | 1011111 | 1000111 |
Color Harmonies of #FB707C
Complementary color
Monochromatic Colors of #FB707C
Black with #FB707C
Text Example
Text Example
White with #FB707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB707C; }
p { color: rgb(251,112,124); }
H1.HeaderClassName
{
color: #FB707C;
}
.AnyTagClassName
{
color: #FB707C;
}
</style>
background-color css
<style>
a { background-color: #FB707C; }
a { background-color: rgb(251,112,124); }
div.DivClassName
{
background-color: #FB707C;
}
.BgClassName
{
background-color: #FB707C;
}
</style>
border-color css
<style>
span { border-color: #FB707C; }
span { border-color: rgb(251,112,124); }
td.TdClassName
{
border-color: #FB707C;
}
.TagClassName
{
border-color: #FB707C;
}
</style>