Shades of Brink Pink #FF6D83
Tints of Brink Pink #FF6D83
RGB
CMYK
RGB Variations
Color information
#FF6D83 (or 0xFF6D83) is known color: Brink Pink. HEX triplet: FF, 6D and 83. RGB value is (255,109,131). Sum of RGB (Red+Green+Blue) = 255+109+131=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6D83 is #00927C. Grayscale: #9B9B9B. Windows color (decimal): -37501 or 8613375. OLE color: 8613375.
HSL color Cylindrical-coordinate representation of color #FF6D83: hue angle of 350.96º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D83 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 131 | - |
| CMYK | 0 | 0.57 | 0.49 | 0 |
| HSL | 350.96º | 1% | 0.71% | - |
| HSV(B) | 350.96º | 0.57% | 1% | - |
| XYZ | 50.81 | 33.84 | 25.33 | - |
| YUV | 155.16 | 114.37 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 131 | 0 | 0.57 | 0.49 | 0 | 350.96 | 1 | 0.71 |
| Hex | FF | 6D | 83 | 0 | 39 | 31 | 0 | 15F | 64 | 47 |
| Octal | 377 | 155 | 203 | 0 | 71 | 61 | 0 | 537 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10000011 | 0 | 111001 | 110001 | 0 | 101011111 | 1100100 | 1000111 |
Color Harmonies of #FF6D83
Complementary color
Monochromatic Colors of #FF6D83
Black with #FF6D83
Text Example
Text Example
White with #FF6D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D83; }
p { color: rgb(255,109,131); }
H1.HeaderClassName
{
color: #FF6D83;
}
.AnyTagClassName
{
color: #FF6D83;
}
</style>
background-color css
<style>
a { background-color: #FF6D83; }
a { background-color: rgb(255,109,131); }
div.DivClassName
{
background-color: #FF6D83;
}
.BgClassName
{
background-color: #FF6D83;
}
</style>
border-color css
<style>
span { border-color: #FF6D83; }
span { border-color: rgb(255,109,131); }
td.TdClassName
{
border-color: #FF6D83;
}
.TagClassName
{
border-color: #FF6D83;
}
</style>