Shades of Brink Pink #FF6983
Tints of Brink Pink #FF6983
RGB
CMYK
RGB Variations
Color information
#FF6983 (or 0xFF6983) is known color: Brink Pink. HEX triplet: FF, 69 and 83. RGB value is (255,105,131). Sum of RGB (Red+Green+Blue) = 255+105+131=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6983 is #00967C. Grayscale: #989898. Windows color (decimal): -38525 or 8612351. OLE color: 8612351.
HSL color Cylindrical-coordinate representation of color #FF6983: hue angle of 349.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 #FF6983 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 131 | - |
| CMYK | 0 | 0.59 | 0.49 | 0 |
| HSL | 349.6º | 1% | 0.71% | - |
| HSV(B) | 349.6º | 0.59% | 1% | - |
| XYZ | 50.39 | 33 | 25.19 | - |
| YUV | 152.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 131 | 0 | 0.59 | 0.49 | 0 | 349.6 | 1 | 0.71 |
| Hex | FF | 69 | 83 | 0 | 3B | 31 | 0 | 15E | 64 | 47 |
| Octal | 377 | 151 | 203 | 0 | 73 | 61 | 0 | 536 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10000011 | 0 | 111011 | 110001 | 0 | 101011110 | 1100100 | 1000111 |
Color Harmonies of #FF6983
Complementary color
Monochromatic Colors of #FF6983
Black with #FF6983
Text Example
Text Example
White with #FF6983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6983; }
p { color: rgb(255,105,131); }
H1.HeaderClassName
{
color: #FF6983;
}
.AnyTagClassName
{
color: #FF6983;
}
</style>
background-color css
<style>
a { background-color: #FF6983; }
a { background-color: rgb(255,105,131); }
div.DivClassName
{
background-color: #FF6983;
}
.BgClassName
{
background-color: #FF6983;
}
</style>
border-color css
<style>
span { border-color: #FF6983; }
span { border-color: rgb(255,105,131); }
td.TdClassName
{
border-color: #FF6983;
}
.TagClassName
{
border-color: #FF6983;
}
</style>