Shades of Brink Pink #FF6992
Tints of Brink Pink #FF6992
RGB
CMYK
RGB Variations
Color information
#FF6992 (or 0xFF6992) is known color: Brink Pink. HEX triplet: FF, 69 and 92. RGB value is (255,105,146). Sum of RGB (Red+Green+Blue) = 255+105+146=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6992 is #00966D. Grayscale: #9A9A9A. Windows color (decimal): -38510 or 9595391. OLE color: 9595391.
HSL color Cylindrical-coordinate representation of color #FF6992: hue angle of 343.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6992 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 146 | - |
| CMYK | 0 | 0.59 | 0.43 | 0 |
| HSL | 343.6º | 1% | 0.71% | - |
| HSV(B) | 343.6º | 0.59% | 1% | - |
| XYZ | 51.48 | 33.44 | 30.94 | - |
| YUV | 154.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 146 | 0 | 0.59 | 0.43 | 0 | 343.6 | 1 | 0.71 |
| Hex | FF | 69 | 92 | 0 | 3B | 2B | 0 | 158 | 64 | 47 |
| Octal | 377 | 151 | 222 | 0 | 73 | 53 | 0 | 530 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10010010 | 0 | 111011 | 101011 | 0 | 101011000 | 1100100 | 1000111 |
Color Harmonies of #FF6992
Complementary color
Monochromatic Colors of #FF6992
Black with #FF6992
Text Example
Text Example
White with #FF6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6992; }
p { color: rgb(255,105,146); }
H1.HeaderClassName
{
color: #FF6992;
}
.AnyTagClassName
{
color: #FF6992;
}
</style>
background-color css
<style>
a { background-color: #FF6992; }
a { background-color: rgb(255,105,146); }
div.DivClassName
{
background-color: #FF6992;
}
.BgClassName
{
background-color: #FF6992;
}
</style>
border-color css
<style>
span { border-color: #FF6992; }
span { border-color: rgb(255,105,146); }
td.TdClassName
{
border-color: #FF6992;
}
.TagClassName
{
border-color: #FF6992;
}
</style>