Shades of Brink Pink #FF7484
Tints of Brink Pink #FF7484
RGB
CMYK
RGB Variations
Color information
#FF7484 (or 0xFF7484) is known color: Brink Pink. HEX triplet: FF, 74 and 84. RGB value is (255,116,132). Sum of RGB (Red+Green+Blue) = 255+116+132=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7484 is #008B7B. Grayscale: #9F9F9F. Windows color (decimal): -35708 or 8680703. OLE color: 8680703.
HSL color Cylindrical-coordinate representation of color #FF7484: hue angle of 353.09º 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 #FF7484 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 132 | - |
| CMYK | 0 | 0.55 | 0.48 | 0 |
| HSL | 353.09º | 1% | 0.73% | - |
| HSV(B) | 353.09º | 0.55% | 1% | - |
| XYZ | 51.65 | 35.42 | 25.94 | - |
| YUV | 159.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 132 | 0 | 0.55 | 0.48 | 0 | 353.09 | 1 | 0.73 |
| Hex | FF | 74 | 84 | 0 | 37 | 30 | 0 | 161 | 64 | 49 |
| Octal | 377 | 164 | 204 | 0 | 67 | 60 | 0 | 541 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10000100 | 0 | 110111 | 110000 | 0 | 101100001 | 1100100 | 1001001 |
Color Harmonies of #FF7484
Complementary color
Monochromatic Colors of #FF7484
Black with #FF7484
Text Example
Text Example
White with #FF7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7484; }
p { color: rgb(255,116,132); }
H1.HeaderClassName
{
color: #FF7484;
}
.AnyTagClassName
{
color: #FF7484;
}
</style>
background-color css
<style>
a { background-color: #FF7484; }
a { background-color: rgb(255,116,132); }
div.DivClassName
{
background-color: #FF7484;
}
.BgClassName
{
background-color: #FF7484;
}
</style>
border-color css
<style>
span { border-color: #FF7484; }
span { border-color: rgb(255,116,132); }
td.TdClassName
{
border-color: #FF7484;
}
.TagClassName
{
border-color: #FF7484;
}
</style>