Shades of Brink Pink #FF757A
Tints of Brink Pink #FF757A
RGB
CMYK
RGB Variations
Color information
#FF757A (or 0xFF757A) is known color: Brink Pink. HEX triplet: FF, 75 and 7A. RGB value is (255,117,122). Sum of RGB (Red+Green+Blue) = 255+117+122=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF757A is #008A85. Grayscale: #9E9E9E. Windows color (decimal): -35462 or 8025599. OLE color: 8025599.
HSL color Cylindrical-coordinate representation of color #FF757A: hue angle of 357.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF757A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 122 | - |
| CMYK | 0 | 0.54 | 0.52 | 0 |
| HSL | 357.83º | 1% | 0.73% | - |
| HSV(B) | 357.83º | 0.54% | 1% | - |
| XYZ | 51.11 | 35.39 | 22.55 | - |
| YUV | 158.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 122 | 0 | 0.54 | 0.52 | 0 | 357.83 | 1 | 0.73 |
| Hex | FF | 75 | 7A | 0 | 36 | 34 | 0 | 166 | 64 | 49 |
| Octal | 377 | 165 | 172 | 0 | 66 | 64 | 0 | 546 | 144 | 111 |
| Binary | 11111111 | 1110101 | 1111010 | 0 | 110110 | 110100 | 0 | 101100110 | 1100100 | 1001001 |
Color Harmonies of #FF757A
Complementary color
Monochromatic Colors of #FF757A
Black with #FF757A
Text Example
Text Example
White with #FF757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF757A; }
p { color: rgb(255,117,122); }
H1.HeaderClassName
{
color: #FF757A;
}
.AnyTagClassName
{
color: #FF757A;
}
</style>
background-color css
<style>
a { background-color: #FF757A; }
a { background-color: rgb(255,117,122); }
div.DivClassName
{
background-color: #FF757A;
}
.BgClassName
{
background-color: #FF757A;
}
</style>
border-color css
<style>
span { border-color: #FF757A; }
span { border-color: rgb(255,117,122); }
td.TdClassName
{
border-color: #FF757A;
}
.TagClassName
{
border-color: #FF757A;
}
</style>