Shades of Brink Pink #FF608A
Tints of Brink Pink #FF608A
RGB
CMYK
RGB Variations
Color information
#FF608A (or 0xFF608A) is known color: Brink Pink. HEX triplet: FF, 60 and 8A. RGB value is (255,96,138). Sum of RGB (Red+Green+Blue) = 255+96+138=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF608A is #009F75. Grayscale: #949494. Windows color (decimal): -40822 or 9068799. OLE color: 9068799.
HSL color Cylindrical-coordinate representation of color #FF608A: hue angle of 344.15º 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 #FF608A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 138 | - |
| CMYK | 0 | 0.62 | 0.46 | 0 |
| HSL | 344.15º | 1% | 0.69% | - |
| HSV(B) | 344.15º | 0.62% | 1% | - |
| XYZ | 50.01 | 31.46 | 27.48 | - |
| YUV | 148.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 138 | 0 | 0.62 | 0.46 | 0 | 344.15 | 1 | 0.69 |
| Hex | FF | 60 | 8A | 0 | 3E | 2E | 0 | 158 | 64 | 45 |
| Octal | 377 | 140 | 212 | 0 | 76 | 56 | 0 | 530 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10001010 | 0 | 111110 | 101110 | 0 | 101011000 | 1100100 | 1000101 |
Color Harmonies of #FF608A
Complementary color
Monochromatic Colors of #FF608A
Black with #FF608A
Text Example
Text Example
White with #FF608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF608A; }
p { color: rgb(255,96,138); }
H1.HeaderClassName
{
color: #FF608A;
}
.AnyTagClassName
{
color: #FF608A;
}
</style>
background-color css
<style>
a { background-color: #FF608A; }
a { background-color: rgb(255,96,138); }
div.DivClassName
{
background-color: #FF608A;
}
.BgClassName
{
background-color: #FF608A;
}
</style>
border-color css
<style>
span { border-color: #FF608A; }
span { border-color: rgb(255,96,138); }
td.TdClassName
{
border-color: #FF608A;
}
.TagClassName
{
border-color: #FF608A;
}
</style>