Shades of Brink Pink #FF7B7F
Tints of Brink Pink #FF7B7F
RGB
CMYK
RGB Variations
Color information
#FF7B7F (or 0xFF7B7F) is known color: Brink Pink. HEX triplet: FF, 7B and 7F. RGB value is (255,123,127). Sum of RGB (Red+Green+Blue) = 255+123+127=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B7F is #008480. Grayscale: #A3A3A3. Windows color (decimal): -33921 or 8354815. OLE color: 8354815.
HSL color Cylindrical-coordinate representation of color #FF7B7F: hue angle of 358.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B7F is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 127 | - |
| CMYK | 0 | 0.52 | 0.50 | 0 |
| HSL | 358.18º | 1% | 0.74% | - |
| HSV(B) | 358.18º | 0.52% | 1% | - |
| XYZ | 52.15 | 36.96 | 24.46 | - |
| YUV | 162.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 127 | 0 | 0.52 | 0.50 | 0 | 358.18 | 1 | 0.74 |
| Hex | FF | 7B | 7F | 0 | 34 | 32 | 0 | 166 | 64 | 4A |
| Octal | 377 | 173 | 177 | 0 | 64 | 62 | 0 | 546 | 144 | 112 |
| Binary | 11111111 | 1111011 | 1111111 | 0 | 110100 | 110010 | 0 | 101100110 | 1100100 | 1001010 |
Color Harmonies of #FF7B7F
Complementary color
Monochromatic Colors of #FF7B7F
Black with #FF7B7F
Text Example
Text Example
White with #FF7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B7F; }
p { color: rgb(255,123,127); }
H1.HeaderClassName
{
color: #FF7B7F;
}
.AnyTagClassName
{
color: #FF7B7F;
}
</style>
background-color css
<style>
a { background-color: #FF7B7F; }
a { background-color: rgb(255,123,127); }
div.DivClassName
{
background-color: #FF7B7F;
}
.BgClassName
{
background-color: #FF7B7F;
}
</style>
border-color css
<style>
span { border-color: #FF7B7F; }
span { border-color: rgb(255,123,127); }
td.TdClassName
{
border-color: #FF7B7F;
}
.TagClassName
{
border-color: #FF7B7F;
}
</style>