Shades of Brink Pink #FF737D
Tints of Brink Pink #FF737D
RGB
CMYK
RGB Variations
Color information
#FF737D (or 0xFF737D) is known color: Brink Pink. HEX triplet: FF, 73 and 7D. RGB value is (255,115,125). Sum of RGB (Red+Green+Blue) = 255+115+125=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF737D is #008C82. Grayscale: #9E9E9E. Windows color (decimal): -35971 or 8221695. OLE color: 8221695.
HSL color Cylindrical-coordinate representation of color #FF737D: hue angle of 355.71º 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 #FF737D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 125 | - |
| CMYK | 0 | 0.55 | 0.51 | 0 |
| HSL | 355.71º | 1% | 0.73% | - |
| HSV(B) | 355.71º | 0.55% | 1% | - |
| XYZ | 51.07 | 35 | 23.47 | - |
| YUV | 158 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 125 | 0 | 0.55 | 0.51 | 0 | 355.71 | 1 | 0.73 |
| Hex | FF | 73 | 7D | 0 | 37 | 33 | 0 | 164 | 64 | 49 |
| Octal | 377 | 163 | 175 | 0 | 67 | 63 | 0 | 544 | 144 | 111 |
| Binary | 11111111 | 1110011 | 1111101 | 0 | 110111 | 110011 | 0 | 101100100 | 1100100 | 1001001 |
Color Harmonies of #FF737D
Complementary color
Monochromatic Colors of #FF737D
Black with #FF737D
Text Example
Text Example
White with #FF737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF737D; }
p { color: rgb(255,115,125); }
H1.HeaderClassName
{
color: #FF737D;
}
.AnyTagClassName
{
color: #FF737D;
}
</style>
background-color css
<style>
a { background-color: #FF737D; }
a { background-color: rgb(255,115,125); }
div.DivClassName
{
background-color: #FF737D;
}
.BgClassName
{
background-color: #FF737D;
}
</style>
border-color css
<style>
span { border-color: #FF737D; }
span { border-color: rgb(255,115,125); }
td.TdClassName
{
border-color: #FF737D;
}
.TagClassName
{
border-color: #FF737D;
}
</style>