Shades of Brink Pink #FF6781
Tints of Brink Pink #FF6781
RGB
CMYK
RGB Variations
Color information
#FF6781 (or 0xFF6781) is known color: Brink Pink. HEX triplet: FF, 67 and 81. RGB value is (255,103,129). Sum of RGB (Red+Green+Blue) = 255+103+129=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6781 is #00987E. Grayscale: #979797. Windows color (decimal): -39039 or 8480767. OLE color: 8480767.
HSL color Cylindrical-coordinate representation of color #FF6781: hue angle of 349.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6781 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 129 | - |
| CMYK | 0 | 0.60 | 0.49 | 0 |
| HSL | 349.74º | 1% | 0.7% | - |
| HSV(B) | 349.74º | 0.6% | 1% | - |
| XYZ | 50.05 | 32.55 | 24.41 | - |
| YUV | 151.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 129 | 0 | 0.60 | 0.49 | 0 | 349.74 | 1 | 0.7 |
| Hex | FF | 67 | 81 | 0 | 3C | 31 | 0 | 15E | 64 | 46 |
| Octal | 377 | 147 | 201 | 0 | 74 | 61 | 0 | 536 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10000001 | 0 | 111100 | 110001 | 0 | 101011110 | 1100100 | 1000110 |
Color Harmonies of #FF6781
Complementary color
Monochromatic Colors of #FF6781
Black with #FF6781
Text Example
Text Example
White with #FF6781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6781; }
p { color: rgb(255,103,129); }
H1.HeaderClassName
{
color: #FF6781;
}
.AnyTagClassName
{
color: #FF6781;
}
</style>
background-color css
<style>
a { background-color: #FF6781; }
a { background-color: rgb(255,103,129); }
div.DivClassName
{
background-color: #FF6781;
}
.BgClassName
{
background-color: #FF6781;
}
</style>
border-color css
<style>
span { border-color: #FF6781; }
span { border-color: rgb(255,103,129); }
td.TdClassName
{
border-color: #FF6781;
}
.TagClassName
{
border-color: #FF6781;
}
</style>