Shades of Brink Pink #FB6E7D
Tints of Brink Pink #FB6E7D
RGB
CMYK
RGB Variations
Color information
#FB6E7D (or 0xFB6E7D) is known color: Brink Pink. HEX triplet: FB, 6E and 7D. RGB value is (251,110,125). Sum of RGB (Red+Green+Blue) = 251+110+125=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E7D is #049182. Grayscale: #999999. Windows color (decimal): -299395 or 8220411. OLE color: 8220411.
HSL color Cylindrical-coordinate representation of color #FB6E7D: hue angle of 353.62º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6E7D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 125 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.02 |
| HSL | 353.62º | 0.95% | 0.71% | - |
| HSV(B) | 353.62º | 0.56% | 0.98% | - |
| XYZ | 49.06 | 33.14 | 23.21 | - |
| YUV | 153.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 125 | 0 | 0.56 | 0.50 | 0.02 | 353.62 | 0.95 | 0.71 |
| Hex | FB | 6E | 7D | 0 | 38 | 32 | 2 | 162 | 5F | 47 |
| Octal | 373 | 156 | 175 | 0 | 70 | 62 | 2 | 542 | 137 | 107 |
| Binary | 11111011 | 1101110 | 1111101 | 0 | 111000 | 110010 | 10 | 101100010 | 1011111 | 1000111 |
Color Harmonies of #FB6E7D
Complementary color
Monochromatic Colors of #FB6E7D
Black with #FB6E7D
Text Example
Text Example
White with #FB6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E7D; }
p { color: rgb(251,110,125); }
H1.HeaderClassName
{
color: #FB6E7D;
}
.AnyTagClassName
{
color: #FB6E7D;
}
</style>
background-color css
<style>
a { background-color: #FB6E7D; }
a { background-color: rgb(251,110,125); }
div.DivClassName
{
background-color: #FB6E7D;
}
.BgClassName
{
background-color: #FB6E7D;
}
</style>
border-color css
<style>
span { border-color: #FB6E7D; }
span { border-color: rgb(251,110,125); }
td.TdClassName
{
border-color: #FB6E7D;
}
.TagClassName
{
border-color: #FB6E7D;
}
</style>