Shades of Brink Pink #FB717D
Tints of Brink Pink #FB717D
RGB
CMYK
RGB Variations
Color information
#FB717D (or 0xFB717D) is known color: Brink Pink. HEX triplet: FB, 71 and 7D. RGB value is (251,113,125). Sum of RGB (Red+Green+Blue) = 251+113+125=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB717D is #048E82. Grayscale: #9B9B9B. Windows color (decimal): -298627 or 8221179. OLE color: 8221179.
HSL color Cylindrical-coordinate representation of color #FB717D: hue angle of 354.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 #FB717D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 125 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.02 |
| HSL | 354.78º | 0.95% | 0.71% | - |
| HSV(B) | 354.78º | 0.55% | 0.98% | - |
| XYZ | 49.39 | 33.8 | 23.32 | - |
| YUV | 155.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 125 | 0 | 0.55 | 0.50 | 0.02 | 354.78 | 0.95 | 0.71 |
| Hex | FB | 71 | 7D | 0 | 37 | 32 | 2 | 163 | 5F | 47 |
| Octal | 373 | 161 | 175 | 0 | 67 | 62 | 2 | 543 | 137 | 107 |
| Binary | 11111011 | 1110001 | 1111101 | 0 | 110111 | 110010 | 10 | 101100011 | 1011111 | 1000111 |
Color Harmonies of #FB717D
Complementary color
Monochromatic Colors of #FB717D
Black with #FB717D
Text Example
Text Example
White with #FB717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB717D; }
p { color: rgb(251,113,125); }
H1.HeaderClassName
{
color: #FB717D;
}
.AnyTagClassName
{
color: #FB717D;
}
</style>
background-color css
<style>
a { background-color: #FB717D; }
a { background-color: rgb(251,113,125); }
div.DivClassName
{
background-color: #FB717D;
}
.BgClassName
{
background-color: #FB717D;
}
</style>
border-color css
<style>
span { border-color: #FB717D; }
span { border-color: rgb(251,113,125); }
td.TdClassName
{
border-color: #FB717D;
}
.TagClassName
{
border-color: #FB717D;
}
</style>