Shades of Brink Pink #FF6B92
Tints of Brink Pink #FF6B92
RGB
CMYK
RGB Variations
Color information
#FF6B92 (or 0xFF6B92) is known color: Brink Pink. HEX triplet: FF, 6B and 92. RGB value is (255,107,146). Sum of RGB (Red+Green+Blue) = 255+107+146=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B92 is #00946D. Grayscale: #9B9B9B. Windows color (decimal): -37998 or 9595903. OLE color: 9595903.
HSL color Cylindrical-coordinate representation of color #FF6B92: hue angle of 344.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B92 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 146 | - |
| CMYK | 0 | 0.58 | 0.43 | 0 |
| HSL | 344.19º | 1% | 0.71% | - |
| HSV(B) | 344.19º | 0.58% | 1% | - |
| XYZ | 51.69 | 33.85 | 31 | - |
| YUV | 155.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 146 | 0 | 0.58 | 0.43 | 0 | 344.19 | 1 | 0.71 |
| Hex | FF | 6B | 92 | 0 | 3A | 2B | 0 | 158 | 64 | 47 |
| Octal | 377 | 153 | 222 | 0 | 72 | 53 | 0 | 530 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10010010 | 0 | 111010 | 101011 | 0 | 101011000 | 1100100 | 1000111 |
Color Harmonies of #FF6B92
Complementary color
Monochromatic Colors of #FF6B92
Black with #FF6B92
Text Example
Text Example
White with #FF6B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B92; }
p { color: rgb(255,107,146); }
H1.HeaderClassName
{
color: #FF6B92;
}
.AnyTagClassName
{
color: #FF6B92;
}
</style>
background-color css
<style>
a { background-color: #FF6B92; }
a { background-color: rgb(255,107,146); }
div.DivClassName
{
background-color: #FF6B92;
}
.BgClassName
{
background-color: #FF6B92;
}
</style>
border-color css
<style>
span { border-color: #FF6B92; }
span { border-color: rgb(255,107,146); }
td.TdClassName
{
border-color: #FF6B92;
}
.TagClassName
{
border-color: #FF6B92;
}
</style>