Shades of Brink Pink #FB618D
Tints of Brink Pink #FB618D
RGB
CMYK
RGB Variations
Color information
#FB618D (or 0xFB618D) is known color: Brink Pink. HEX triplet: FB, 61 and 8D. RGB value is (251,97,141). Sum of RGB (Red+Green+Blue) = 251+97+141=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB618D is #049E72. Grayscale: #949494. Windows color (decimal): -302707 or 9265659. OLE color: 9265659.
HSL color Cylindrical-coordinate representation of color #FB618D: hue angle of 342.86º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB618D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 141 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.02 |
| HSL | 342.86º | 0.95% | 0.68% | - |
| HSV(B) | 342.86º | 0.61% | 0.98% | - |
| XYZ | 48.87 | 30.98 | 28.6 | - |
| YUV | 148.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 141 | 0 | 0.61 | 0.44 | 0.02 | 342.86 | 0.95 | 0.68 |
| Hex | FB | 61 | 8D | 0 | 3D | 2C | 2 | 157 | 5F | 44 |
| Octal | 373 | 141 | 215 | 0 | 75 | 54 | 2 | 527 | 137 | 104 |
| Binary | 11111011 | 1100001 | 10001101 | 0 | 111101 | 101100 | 10 | 101010111 | 1011111 | 1000100 |
Color Harmonies of #FB618D
Complementary color
Monochromatic Colors of #FB618D
Black with #FB618D
Text Example
Text Example
White with #FB618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB618D; }
p { color: rgb(251,97,141); }
H1.HeaderClassName
{
color: #FB618D;
}
.AnyTagClassName
{
color: #FB618D;
}
</style>
background-color css
<style>
a { background-color: #FB618D; }
a { background-color: rgb(251,97,141); }
div.DivClassName
{
background-color: #FB618D;
}
.BgClassName
{
background-color: #FB618D;
}
</style>
border-color css
<style>
span { border-color: #FB618D; }
span { border-color: rgb(251,97,141); }
td.TdClassName
{
border-color: #FB618D;
}
.TagClassName
{
border-color: #FB618D;
}
</style>