Shades of Brink Pink #FB608C
Tints of Brink Pink #FB608C
RGB
CMYK
RGB Variations
Color information
#FB608C (or 0xFB608C) is known color: Brink Pink. HEX triplet: FB, 60 and 8C. RGB value is (251,96,140). Sum of RGB (Red+Green+Blue) = 251+96+140=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB608C is #049F73. Grayscale: #939393. Windows color (decimal): -302964 or 9199867. OLE color: 9199867.
HSL color Cylindrical-coordinate representation of color #FB608C: hue angle of 342.97º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB608C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 140 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.02 |
| HSL | 342.97º | 0.95% | 0.68% | - |
| HSV(B) | 342.97º | 0.62% | 0.98% | - |
| XYZ | 48.7 | 30.77 | 28.18 | - |
| YUV | 147.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 140 | 0 | 0.62 | 0.44 | 0.02 | 342.97 | 0.95 | 0.68 |
| Hex | FB | 60 | 8C | 0 | 3E | 2C | 2 | 157 | 5F | 44 |
| Octal | 373 | 140 | 214 | 0 | 76 | 54 | 2 | 527 | 137 | 104 |
| Binary | 11111011 | 1100000 | 10001100 | 0 | 111110 | 101100 | 10 | 101010111 | 1011111 | 1000100 |
Color Harmonies of #FB608C
Complementary color
Monochromatic Colors of #FB608C
Black with #FB608C
Text Example
Text Example
White with #FB608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB608C; }
p { color: rgb(251,96,140); }
H1.HeaderClassName
{
color: #FB608C;
}
.AnyTagClassName
{
color: #FB608C;
}
</style>
background-color css
<style>
a { background-color: #FB608C; }
a { background-color: rgb(251,96,140); }
div.DivClassName
{
background-color: #FB608C;
}
.BgClassName
{
background-color: #FB608C;
}
</style>
border-color css
<style>
span { border-color: #FB608C; }
span { border-color: rgb(251,96,140); }
td.TdClassName
{
border-color: #FB608C;
}
.TagClassName
{
border-color: #FB608C;
}
</style>