Shades of Brink Pink #FF607B
Tints of Brink Pink #FF607B
RGB
CMYK
RGB Variations
Color information
#FF607B (or 0xFF607B) is known color: Brink Pink. HEX triplet: FF, 60 and 7B. RGB value is (255,96,123). Sum of RGB (Red+Green+Blue) = 255+96+123=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF607B is #009F84. Grayscale: #929292. Windows color (decimal): -40837 or 8085759. OLE color: 8085759.
HSL color Cylindrical-coordinate representation of color #FF607B: hue angle of 349.81º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF607B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 123 | - |
| CMYK | 0 | 0.62 | 0.52 | 0 |
| HSL | 349.81º | 1% | 0.69% | - |
| HSV(B) | 349.81º | 0.62% | 1% | - |
| XYZ | 49 | 31.06 | 22.15 | - |
| YUV | 146.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 123 | 0 | 0.62 | 0.52 | 0 | 349.81 | 1 | 0.69 |
| Hex | FF | 60 | 7B | 0 | 3E | 34 | 0 | 15E | 64 | 45 |
| Octal | 377 | 140 | 173 | 0 | 76 | 64 | 0 | 536 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1111011 | 0 | 111110 | 110100 | 0 | 101011110 | 1100100 | 1000101 |
Color Harmonies of #FF607B
Complementary color
Monochromatic Colors of #FF607B
Black with #FF607B
Text Example
Text Example
White with #FF607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF607B; }
p { color: rgb(255,96,123); }
H1.HeaderClassName
{
color: #FF607B;
}
.AnyTagClassName
{
color: #FF607B;
}
</style>
background-color css
<style>
a { background-color: #FF607B; }
a { background-color: rgb(255,96,123); }
div.DivClassName
{
background-color: #FF607B;
}
.BgClassName
{
background-color: #FF607B;
}
</style>
border-color css
<style>
span { border-color: #FF607B; }
span { border-color: rgb(255,96,123); }
td.TdClassName
{
border-color: #FF607B;
}
.TagClassName
{
border-color: #FF607B;
}
</style>