Shades of Brink Pink #FF6F78
Tints of Brink Pink #FF6F78
RGB
CMYK
RGB Variations
Color information
#FF6F78 (or 0xFF6F78) is known color: Brink Pink. HEX triplet: FF, 6F and 78. RGB value is (255,111,120). Sum of RGB (Red+Green+Blue) = 255+111+120=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F78 is #009087. Grayscale: #9B9B9B. Windows color (decimal): -37000 or 7892991. OLE color: 7892991.
HSL color Cylindrical-coordinate representation of color #FF6F78: hue angle of 356.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6F78 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 120 | - |
| CMYK | 0 | 0.56 | 0.53 | 0 |
| HSL | 356.25º | 1% | 0.72% | - |
| HSV(B) | 356.25º | 0.56% | 1% | - |
| XYZ | 50.31 | 33.98 | 21.68 | - |
| YUV | 155.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 120 | 0 | 0.56 | 0.53 | 0 | 356.25 | 1 | 0.72 |
| Hex | FF | 6F | 78 | 0 | 38 | 35 | 0 | 164 | 64 | 48 |
| Octal | 377 | 157 | 170 | 0 | 70 | 65 | 0 | 544 | 144 | 110 |
| Binary | 11111111 | 1101111 | 1111000 | 0 | 111000 | 110101 | 0 | 101100100 | 1100100 | 1001000 |
Color Harmonies of #FF6F78
Complementary color
Monochromatic Colors of #FF6F78
Black with #FF6F78
Text Example
Text Example
White with #FF6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F78; }
p { color: rgb(255,111,120); }
H1.HeaderClassName
{
color: #FF6F78;
}
.AnyTagClassName
{
color: #FF6F78;
}
</style>
background-color css
<style>
a { background-color: #FF6F78; }
a { background-color: rgb(255,111,120); }
div.DivClassName
{
background-color: #FF6F78;
}
.BgClassName
{
background-color: #FF6F78;
}
</style>
border-color css
<style>
span { border-color: #FF6F78; }
span { border-color: rgb(255,111,120); }
td.TdClassName
{
border-color: #FF6F78;
}
.TagClassName
{
border-color: #FF6F78;
}
</style>