Shades of Brink Pink #FB707D
Tints of Brink Pink #FB707D
RGB
CMYK
RGB Variations
Color information
#FB707D (or 0xFB707D) is known color: Brink Pink. HEX triplet: FB, 70 and 7D. RGB value is (251,112,125). Sum of RGB (Red+Green+Blue) = 251+112+125=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB707D is #048F82. Grayscale: #9B9B9B. Windows color (decimal): -298883 or 8220923. OLE color: 8220923.
HSL color Cylindrical-coordinate representation of color #FB707D: hue angle of 354.39º 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 #FB707D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 125 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.02 |
| HSL | 354.39º | 0.95% | 0.71% | - |
| HSV(B) | 354.39º | 0.55% | 0.98% | - |
| XYZ | 49.28 | 33.58 | 23.29 | - |
| YUV | 155.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 125 | 0 | 0.55 | 0.50 | 0.02 | 354.39 | 0.95 | 0.71 |
| Hex | FB | 70 | 7D | 0 | 37 | 32 | 2 | 162 | 5F | 47 |
| Octal | 373 | 160 | 175 | 0 | 67 | 62 | 2 | 542 | 137 | 107 |
| Binary | 11111011 | 1110000 | 1111101 | 0 | 110111 | 110010 | 10 | 101100010 | 1011111 | 1000111 |
Color Harmonies of #FB707D
Complementary color
Monochromatic Colors of #FB707D
Black with #FB707D
Text Example
Text Example
White with #FB707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB707D; }
p { color: rgb(251,112,125); }
H1.HeaderClassName
{
color: #FB707D;
}
.AnyTagClassName
{
color: #FB707D;
}
</style>
background-color css
<style>
a { background-color: #FB707D; }
a { background-color: rgb(251,112,125); }
div.DivClassName
{
background-color: #FB707D;
}
.BgClassName
{
background-color: #FB707D;
}
</style>
border-color css
<style>
span { border-color: #FB707D; }
span { border-color: rgb(251,112,125); }
td.TdClassName
{
border-color: #FB707D;
}
.TagClassName
{
border-color: #FB707D;
}
</style>