Shades of Brink Pink #FF6088
Tints of Brink Pink #FF6088
RGB
CMYK
RGB Variations
Color information
#FF6088 (or 0xFF6088) is known color: Brink Pink. HEX triplet: FF, 60 and 88. RGB value is (255,96,136). Sum of RGB (Red+Green+Blue) = 255+96+136=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6088 is #009F77. Grayscale: #949494. Windows color (decimal): -40824 or 8937727. OLE color: 8937727.
HSL color Cylindrical-coordinate representation of color #FF6088: hue angle of 344.91º 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 #FF6088 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 136 | - |
| CMYK | 0 | 0.62 | 0.47 | 0 |
| HSL | 344.91º | 1% | 0.69% | - |
| HSV(B) | 344.91º | 0.62% | 1% | - |
| XYZ | 49.87 | 31.4 | 26.73 | - |
| YUV | 148.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 136 | 0 | 0.62 | 0.47 | 0 | 344.91 | 1 | 0.69 |
| Hex | FF | 60 | 88 | 0 | 3E | 2F | 0 | 159 | 64 | 45 |
| Octal | 377 | 140 | 210 | 0 | 76 | 57 | 0 | 531 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10001000 | 0 | 111110 | 101111 | 0 | 101011001 | 1100100 | 1000101 |
Color Harmonies of #FF6088
Complementary color
Monochromatic Colors of #FF6088
Black with #FF6088
Text Example
Text Example
White with #FF6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6088; }
p { color: rgb(255,96,136); }
H1.HeaderClassName
{
color: #FF6088;
}
.AnyTagClassName
{
color: #FF6088;
}
</style>
background-color css
<style>
a { background-color: #FF6088; }
a { background-color: rgb(255,96,136); }
div.DivClassName
{
background-color: #FF6088;
}
.BgClassName
{
background-color: #FF6088;
}
</style>
border-color css
<style>
span { border-color: #FF6088; }
span { border-color: rgb(255,96,136); }
td.TdClassName
{
border-color: #FF6088;
}
.TagClassName
{
border-color: #FF6088;
}
</style>