Shades of Brink Pink #FF748B
Tints of Brink Pink #FF748B
RGB
CMYK
RGB Variations
Color information
#FF748B (or 0xFF748B) is known color: Brink Pink. HEX triplet: FF, 74 and 8B. RGB value is (255,116,139). Sum of RGB (Red+Green+Blue) = 255+116+139=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF748B is #008B74. Grayscale: #A0A0A0. Windows color (decimal): -35701 or 9139455. OLE color: 9139455.
HSL color Cylindrical-coordinate representation of color #FF748B: hue angle of 350.07º 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 #FF748B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 139 | - |
| CMYK | 0 | 0.55 | 0.45 | 0 |
| HSL | 350.07º | 1% | 0.73% | - |
| HSV(B) | 350.07º | 0.55% | 1% | - |
| XYZ | 52.15 | 35.61 | 28.55 | - |
| YUV | 160.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 139 | 0 | 0.55 | 0.45 | 0 | 350.07 | 1 | 0.73 |
| Hex | FF | 74 | 8B | 0 | 37 | 2D | 0 | 15E | 64 | 49 |
| Octal | 377 | 164 | 213 | 0 | 67 | 55 | 0 | 536 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10001011 | 0 | 110111 | 101101 | 0 | 101011110 | 1100100 | 1001001 |
Color Harmonies of #FF748B
Complementary color
Monochromatic Colors of #FF748B
Black with #FF748B
Text Example
Text Example
White with #FF748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF748B; }
p { color: rgb(255,116,139); }
H1.HeaderClassName
{
color: #FF748B;
}
.AnyTagClassName
{
color: #FF748B;
}
</style>
background-color css
<style>
a { background-color: #FF748B; }
a { background-color: rgb(255,116,139); }
div.DivClassName
{
background-color: #FF748B;
}
.BgClassName
{
background-color: #FF748B;
}
</style>
border-color css
<style>
span { border-color: #FF748B; }
span { border-color: rgb(255,116,139); }
td.TdClassName
{
border-color: #FF748B;
}
.TagClassName
{
border-color: #FF748B;
}
</style>