Shades of Brink Pink #FF7B83
Tints of Brink Pink #FF7B83
RGB
CMYK
RGB Variations
Color information
#FF7B83 (or 0xFF7B83) is known color: Brink Pink. HEX triplet: FF, 7B and 83. RGB value is (255,123,131). Sum of RGB (Red+Green+Blue) = 255+123+131=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B83 is #00847C. Grayscale: #A3A3A3. Windows color (decimal): -33917 or 8616959. OLE color: 8616959.
HSL color Cylindrical-coordinate representation of color #FF7B83: hue angle of 356.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B83 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 131 | - |
| CMYK | 0 | 0.52 | 0.49 | 0 |
| HSL | 356.36º | 1% | 0.74% | - |
| HSV(B) | 356.36º | 0.52% | 1% | - |
| XYZ | 52.42 | 37.06 | 25.86 | - |
| YUV | 163.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 131 | 0 | 0.52 | 0.49 | 0 | 356.36 | 1 | 0.74 |
| Hex | FF | 7B | 83 | 0 | 34 | 31 | 0 | 164 | 64 | 4A |
| Octal | 377 | 173 | 203 | 0 | 64 | 61 | 0 | 544 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10000011 | 0 | 110100 | 110001 | 0 | 101100100 | 1100100 | 1001010 |
Color Harmonies of #FF7B83
Complementary color
Monochromatic Colors of #FF7B83
Black with #FF7B83
Text Example
Text Example
White with #FF7B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B83; }
p { color: rgb(255,123,131); }
H1.HeaderClassName
{
color: #FF7B83;
}
.AnyTagClassName
{
color: #FF7B83;
}
</style>
background-color css
<style>
a { background-color: #FF7B83; }
a { background-color: rgb(255,123,131); }
div.DivClassName
{
background-color: #FF7B83;
}
.BgClassName
{
background-color: #FF7B83;
}
</style>
border-color css
<style>
span { border-color: #FF7B83; }
span { border-color: rgb(255,123,131); }
td.TdClassName
{
border-color: #FF7B83;
}
.TagClassName
{
border-color: #FF7B83;
}
</style>