Shades of Brink Pink #FF7478
Tints of Brink Pink #FF7478
RGB
CMYK
RGB Variations
Color information
#FF7478 (or 0xFF7478) is known color: Brink Pink. HEX triplet: FF, 74 and 78. RGB value is (255,116,120). Sum of RGB (Red+Green+Blue) = 255+116+120=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7478 is #008B87. Grayscale: #9E9E9E. Windows color (decimal): -35720 or 7894271. OLE color: 7894271.
HSL color Cylindrical-coordinate representation of color #FF7478: hue angle of 358.27º 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 #FF7478 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 120 | - |
| CMYK | 0 | 0.55 | 0.53 | 0 |
| HSL | 358.27º | 1% | 0.73% | - |
| HSV(B) | 358.27º | 0.55% | 1% | - |
| XYZ | 50.88 | 35.11 | 21.86 | - |
| YUV | 158.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 120 | 0 | 0.55 | 0.53 | 0 | 358.27 | 1 | 0.73 |
| Hex | FF | 74 | 78 | 0 | 37 | 35 | 0 | 166 | 64 | 49 |
| Octal | 377 | 164 | 170 | 0 | 67 | 65 | 0 | 546 | 144 | 111 |
| Binary | 11111111 | 1110100 | 1111000 | 0 | 110111 | 110101 | 0 | 101100110 | 1100100 | 1001001 |
Color Harmonies of #FF7478
Complementary color
Monochromatic Colors of #FF7478
Black with #FF7478
Text Example
Text Example
White with #FF7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7478; }
p { color: rgb(255,116,120); }
H1.HeaderClassName
{
color: #FF7478;
}
.AnyTagClassName
{
color: #FF7478;
}
</style>
background-color css
<style>
a { background-color: #FF7478; }
a { background-color: rgb(255,116,120); }
div.DivClassName
{
background-color: #FF7478;
}
.BgClassName
{
background-color: #FF7478;
}
</style>
border-color css
<style>
span { border-color: #FF7478; }
span { border-color: rgb(255,116,120); }
td.TdClassName
{
border-color: #FF7478;
}
.TagClassName
{
border-color: #FF7478;
}
</style>