Shades of Brink Pink #FB608A
Tints of Brink Pink #FB608A
RGB
CMYK
RGB Variations
Color information
#FB608A (or 0xFB608A) is known color: Brink Pink. HEX triplet: FB, 60 and 8A. RGB value is (251,96,138). Sum of RGB (Red+Green+Blue) = 251+96+138=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB608A is #049F75. Grayscale: #939393. Windows color (decimal): -302966 or 9068795. OLE color: 9068795.
HSL color Cylindrical-coordinate representation of color #FB608A: hue angle of 343.74º 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 #FB608A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 138 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.02 |
| HSL | 343.74º | 0.95% | 0.68% | - |
| HSV(B) | 343.74º | 0.62% | 0.98% | - |
| XYZ | 48.55 | 30.71 | 27.41 | - |
| YUV | 147.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 138 | 0 | 0.62 | 0.45 | 0.02 | 343.74 | 0.95 | 0.68 |
| Hex | FB | 60 | 8A | 0 | 3E | 2D | 2 | 158 | 5F | 44 |
| Octal | 373 | 140 | 212 | 0 | 76 | 55 | 2 | 530 | 137 | 104 |
| Binary | 11111011 | 1100000 | 10001010 | 0 | 111110 | 101101 | 10 | 101011000 | 1011111 | 1000100 |
Color Harmonies of #FB608A
Complementary color
Monochromatic Colors of #FB608A
Black with #FB608A
Text Example
Text Example
White with #FB608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB608A; }
p { color: rgb(251,96,138); }
H1.HeaderClassName
{
color: #FB608A;
}
.AnyTagClassName
{
color: #FB608A;
}
</style>
background-color css
<style>
a { background-color: #FB608A; }
a { background-color: rgb(251,96,138); }
div.DivClassName
{
background-color: #FB608A;
}
.BgClassName
{
background-color: #FB608A;
}
</style>
border-color css
<style>
span { border-color: #FB608A; }
span { border-color: rgb(251,96,138); }
td.TdClassName
{
border-color: #FB608A;
}
.TagClassName
{
border-color: #FB608A;
}
</style>