Shades of Brink Pink #FF747F
Tints of Brink Pink #FF747F
RGB
CMYK
RGB Variations
Color information
#FF747F (or 0xFF747F) is known color: Brink Pink. HEX triplet: FF, 74 and 7F. RGB value is (255,116,127). Sum of RGB (Red+Green+Blue) = 255+116+127=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF747F is #008B80. Grayscale: #9E9E9E. Windows color (decimal): -35713 or 8353023. OLE color: 8353023.
HSL color Cylindrical-coordinate representation of color #FF747F: hue angle of 355.25º 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 #FF747F is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 127 | - |
| CMYK | 0 | 0.55 | 0.50 | 0 |
| HSL | 355.25º | 1% | 0.73% | - |
| HSV(B) | 355.25º | 0.55% | 1% | - |
| XYZ | 51.32 | 35.28 | 24.18 | - |
| YUV | 158.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 127 | 0 | 0.55 | 0.50 | 0 | 355.25 | 1 | 0.73 |
| Hex | FF | 74 | 7F | 0 | 37 | 32 | 0 | 163 | 64 | 49 |
| Octal | 377 | 164 | 177 | 0 | 67 | 62 | 0 | 543 | 144 | 111 |
| Binary | 11111111 | 1110100 | 1111111 | 0 | 110111 | 110010 | 0 | 101100011 | 1100100 | 1001001 |
Color Harmonies of #FF747F
Complementary color
Monochromatic Colors of #FF747F
Black with #FF747F
Text Example
Text Example
White with #FF747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF747F; }
p { color: rgb(255,116,127); }
H1.HeaderClassName
{
color: #FF747F;
}
.AnyTagClassName
{
color: #FF747F;
}
</style>
background-color css
<style>
a { background-color: #FF747F; }
a { background-color: rgb(255,116,127); }
div.DivClassName
{
background-color: #FF747F;
}
.BgClassName
{
background-color: #FF747F;
}
</style>
border-color css
<style>
span { border-color: #FF747F; }
span { border-color: rgb(255,116,127); }
td.TdClassName
{
border-color: #FF747F;
}
.TagClassName
{
border-color: #FF747F;
}
</style>