Shades of Brink Pink #FB618C
Tints of Brink Pink #FB618C
RGB
CMYK
RGB Variations
Color information
#FB618C (or 0xFB618C) is known color: Brink Pink. HEX triplet: FB, 61 and 8C. RGB value is (251,97,140). Sum of RGB (Red+Green+Blue) = 251+97+140=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB618C is #049E73. Grayscale: #939393. Windows color (decimal): -302708 or 9200123. OLE color: 9200123.
HSL color Cylindrical-coordinate representation of color #FB618C: hue angle of 343.25º 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 #FB618C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 140 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.02 |
| HSL | 343.25º | 0.95% | 0.68% | - |
| HSV(B) | 343.25º | 0.61% | 0.98% | - |
| XYZ | 48.79 | 30.95 | 28.21 | - |
| YUV | 147.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 140 | 0 | 0.61 | 0.44 | 0.02 | 343.25 | 0.95 | 0.68 |
| Hex | FB | 61 | 8C | 0 | 3D | 2C | 2 | 157 | 5F | 44 |
| Octal | 373 | 141 | 214 | 0 | 75 | 54 | 2 | 527 | 137 | 104 |
| Binary | 11111011 | 1100001 | 10001100 | 0 | 111101 | 101100 | 10 | 101010111 | 1011111 | 1000100 |
Color Harmonies of #FB618C
Complementary color
Monochromatic Colors of #FB618C
Black with #FB618C
Text Example
Text Example
White with #FB618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB618C; }
p { color: rgb(251,97,140); }
H1.HeaderClassName
{
color: #FB618C;
}
.AnyTagClassName
{
color: #FB618C;
}
</style>
background-color css
<style>
a { background-color: #FB618C; }
a { background-color: rgb(251,97,140); }
div.DivClassName
{
background-color: #FB618C;
}
.BgClassName
{
background-color: #FB618C;
}
</style>
border-color css
<style>
span { border-color: #FB618C; }
span { border-color: rgb(251,97,140); }
td.TdClassName
{
border-color: #FB618C;
}
.TagClassName
{
border-color: #FB618C;
}
</style>