Shades of Brink Pink #FF7378
Tints of Brink Pink #FF7378
RGB
CMYK
RGB Variations
Color information
#FF7378 (or 0xFF7378) is known color: Brink Pink. HEX triplet: FF, 73 and 78. RGB value is (255,115,120). Sum of RGB (Red+Green+Blue) = 255+115+120=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7378 is #008C87. Grayscale: #9D9D9D. Windows color (decimal): -35976 or 7894015. OLE color: 7894015.
HSL color Cylindrical-coordinate representation of color #FF7378: hue angle of 357.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7378 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 120 | - |
| CMYK | 0 | 0.55 | 0.53 | 0 |
| HSL | 357.86º | 1% | 0.73% | - |
| HSV(B) | 357.86º | 0.55% | 1% | - |
| XYZ | 50.76 | 34.88 | 21.83 | - |
| YUV | 157.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 120 | 0 | 0.55 | 0.53 | 0 | 357.86 | 1 | 0.73 |
| Hex | FF | 73 | 78 | 0 | 37 | 35 | 0 | 166 | 64 | 49 |
| Octal | 377 | 163 | 170 | 0 | 67 | 65 | 0 | 546 | 144 | 111 |
| Binary | 11111111 | 1110011 | 1111000 | 0 | 110111 | 110101 | 0 | 101100110 | 1100100 | 1001001 |
Color Harmonies of #FF7378
Complementary color
Monochromatic Colors of #FF7378
Black with #FF7378
Text Example
Text Example
White with #FF7378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7378; }
p { color: rgb(255,115,120); }
H1.HeaderClassName
{
color: #FF7378;
}
.AnyTagClassName
{
color: #FF7378;
}
</style>
background-color css
<style>
a { background-color: #FF7378; }
a { background-color: rgb(255,115,120); }
div.DivClassName
{
background-color: #FF7378;
}
.BgClassName
{
background-color: #FF7378;
}
</style>
border-color css
<style>
span { border-color: #FF7378; }
span { border-color: rgb(255,115,120); }
td.TdClassName
{
border-color: #FF7378;
}
.TagClassName
{
border-color: #FF7378;
}
</style>