Shades of Brink Pink #FF6C92
Tints of Brink Pink #FF6C92
RGB
CMYK
RGB Variations
Color information
#FF6C92 (or 0xFF6C92) is known color: Brink Pink. HEX triplet: FF, 6C and 92. RGB value is (255,108,146). Sum of RGB (Red+Green+Blue) = 255+108+146=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C92 is #00936D. Grayscale: #9C9C9C. Windows color (decimal): -37742 or 9596159. OLE color: 9596159.
HSL color Cylindrical-coordinate representation of color #FF6C92: hue angle of 344.49º 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 #FF6C92 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 146 | - |
| CMYK | 0 | 0.58 | 0.43 | 0 |
| HSL | 344.49º | 1% | 0.71% | - |
| HSV(B) | 344.49º | 0.58% | 1% | - |
| XYZ | 51.79 | 34.06 | 31.04 | - |
| YUV | 156.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 146 | 0 | 0.58 | 0.43 | 0 | 344.49 | 1 | 0.71 |
| Hex | FF | 6C | 92 | 0 | 3A | 2B | 0 | 158 | 64 | 47 |
| Octal | 377 | 154 | 222 | 0 | 72 | 53 | 0 | 530 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10010010 | 0 | 111010 | 101011 | 0 | 101011000 | 1100100 | 1000111 |
Color Harmonies of #FF6C92
Complementary color
Monochromatic Colors of #FF6C92
Black with #FF6C92
Text Example
Text Example
White with #FF6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C92; }
p { color: rgb(255,108,146); }
H1.HeaderClassName
{
color: #FF6C92;
}
.AnyTagClassName
{
color: #FF6C92;
}
</style>
background-color css
<style>
a { background-color: #FF6C92; }
a { background-color: rgb(255,108,146); }
div.DivClassName
{
background-color: #FF6C92;
}
.BgClassName
{
background-color: #FF6C92;
}
</style>
border-color css
<style>
span { border-color: #FF6C92; }
span { border-color: rgb(255,108,146); }
td.TdClassName
{
border-color: #FF6C92;
}
.TagClassName
{
border-color: #FF6C92;
}
</style>