Shades of Brink Pink #FF7277
Tints of Brink Pink #FF7277
RGB
CMYK
RGB Variations
Color information
#FF7277 (or 0xFF7277) is known color: Brink Pink. HEX triplet: FF, 72 and 77. RGB value is (255,114,119). Sum of RGB (Red+Green+Blue) = 255+114+119=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7277 is #008D88. Grayscale: #9C9C9C. Windows color (decimal): -36233 or 7828223. OLE color: 7828223.
HSL color Cylindrical-coordinate representation of color #FF7277: hue angle of 357.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7277 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 119 | - |
| CMYK | 0 | 0.55 | 0.53 | 0 |
| HSL | 357.87º | 1% | 0.72% | - |
| HSV(B) | 357.87º | 0.55% | 1% | - |
| XYZ | 50.59 | 34.63 | 21.47 | - |
| YUV | 156.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 119 | 0 | 0.55 | 0.53 | 0 | 357.87 | 1 | 0.72 |
| Hex | FF | 72 | 77 | 0 | 37 | 35 | 0 | 166 | 64 | 48 |
| Octal | 377 | 162 | 167 | 0 | 67 | 65 | 0 | 546 | 144 | 110 |
| Binary | 11111111 | 1110010 | 1110111 | 0 | 110111 | 110101 | 0 | 101100110 | 1100100 | 1001000 |
Color Harmonies of #FF7277
Complementary color
Monochromatic Colors of #FF7277
Black with #FF7277
Text Example
Text Example
White with #FF7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7277; }
p { color: rgb(255,114,119); }
H1.HeaderClassName
{
color: #FF7277;
}
.AnyTagClassName
{
color: #FF7277;
}
</style>
background-color css
<style>
a { background-color: #FF7277; }
a { background-color: rgb(255,114,119); }
div.DivClassName
{
background-color: #FF7277;
}
.BgClassName
{
background-color: #FF7277;
}
</style>
border-color css
<style>
span { border-color: #FF7277; }
span { border-color: rgb(255,114,119); }
td.TdClassName
{
border-color: #FF7277;
}
.TagClassName
{
border-color: #FF7277;
}
</style>