Shades of Brink Pink #FF7781
Tints of Brink Pink #FF7781
RGB
CMYK
RGB Variations
Color information
#FF7781 (or 0xFF7781) is known color: Brink Pink. HEX triplet: FF, 77 and 81. RGB value is (255,119,129). Sum of RGB (Red+Green+Blue) = 255+119+129=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7781 is #00887E. Grayscale: #A0A0A0. Windows color (decimal): -34943 or 8484863. OLE color: 8484863.
HSL color Cylindrical-coordinate representation of color #FF7781: hue angle of 355.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7781 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 129 | - |
| CMYK | 0 | 0.53 | 0.49 | 0 |
| HSL | 355.59º | 1% | 0.73% | - |
| HSV(B) | 355.59º | 0.53% | 1% | - |
| XYZ | 51.8 | 36.04 | 24.99 | - |
| YUV | 160.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 129 | 0 | 0.53 | 0.49 | 0 | 355.59 | 1 | 0.73 |
| Hex | FF | 77 | 81 | 0 | 35 | 31 | 0 | 164 | 64 | 49 |
| Octal | 377 | 167 | 201 | 0 | 65 | 61 | 0 | 544 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10000001 | 0 | 110101 | 110001 | 0 | 101100100 | 1100100 | 1001001 |
Color Harmonies of #FF7781
Complementary color
Monochromatic Colors of #FF7781
Black with #FF7781
Text Example
Text Example
White with #FF7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7781; }
p { color: rgb(255,119,129); }
H1.HeaderClassName
{
color: #FF7781;
}
.AnyTagClassName
{
color: #FF7781;
}
</style>
background-color css
<style>
a { background-color: #FF7781; }
a { background-color: rgb(255,119,129); }
div.DivClassName
{
background-color: #FF7781;
}
.BgClassName
{
background-color: #FF7781;
}
</style>
border-color css
<style>
span { border-color: #FF7781; }
span { border-color: rgb(255,119,129); }
td.TdClassName
{
border-color: #FF7781;
}
.TagClassName
{
border-color: #FF7781;
}
</style>