Shades of Brink Pink #FB6C83
Tints of Brink Pink #FB6C83
RGB
CMYK
RGB Variations
Color information
#FB6C83 (or 0xFB6C83) is known color: Brink Pink. HEX triplet: FB, 6C and 83. RGB value is (251,108,131). Sum of RGB (Red+Green+Blue) = 251+108+131=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6C83 is #04937C. Grayscale: #999999. Windows color (decimal): -299901 or 8613115. OLE color: 8613115.
HSL color Cylindrical-coordinate representation of color #FB6C83: hue angle of 350.35º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6C83 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 131 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.02 |
| HSL | 350.35º | 0.95% | 0.7% | - |
| HSV(B) | 350.35º | 0.57% | 0.98% | - |
| XYZ | 49.24 | 32.87 | 25.22 | - |
| YUV | 153.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 131 | 0 | 0.57 | 0.48 | 0.02 | 350.35 | 0.95 | 0.7 |
| Hex | FB | 6C | 83 | 0 | 39 | 30 | 2 | 15E | 5F | 46 |
| Octal | 373 | 154 | 203 | 0 | 71 | 60 | 2 | 536 | 137 | 106 |
| Binary | 11111011 | 1101100 | 10000011 | 0 | 111001 | 110000 | 10 | 101011110 | 1011111 | 1000110 |
Color Harmonies of #FB6C83
Complementary color
Monochromatic Colors of #FB6C83
Black with #FB6C83
Text Example
Text Example
White with #FB6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C83; }
p { color: rgb(251,108,131); }
H1.HeaderClassName
{
color: #FB6C83;
}
.AnyTagClassName
{
color: #FB6C83;
}
</style>
background-color css
<style>
a { background-color: #FB6C83; }
a { background-color: rgb(251,108,131); }
div.DivClassName
{
background-color: #FB6C83;
}
.BgClassName
{
background-color: #FB6C83;
}
</style>
border-color css
<style>
span { border-color: #FB6C83; }
span { border-color: rgb(251,108,131); }
td.TdClassName
{
border-color: #FB6C83;
}
.TagClassName
{
border-color: #FB6C83;
}
</style>