Shades of Brink Pink #FF668A
Tints of Brink Pink #FF668A
RGB
CMYK
RGB Variations
Color information
#FF668A (or 0xFF668A) is known color: Brink Pink. HEX triplet: FF, 66 and 8A. RGB value is (255,102,138). Sum of RGB (Red+Green+Blue) = 255+102+138=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668A is #009975. Grayscale: #979797. Windows color (decimal): -39286 or 9070335. OLE color: 9070335.
HSL color Cylindrical-coordinate representation of color #FF668A: hue angle of 345.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF668A is Cyan = 0, Magento = 0.6, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 138 | - |
| CMYK | 0 | 0.6 | 0.46 | 0 |
| HSL | 345.88º | 1% | 0.7% | - |
| HSV(B) | 345.88º | 0.6% | 1% | - |
| XYZ | 50.58 | 32.6 | 27.67 | - |
| YUV | 151.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 138 | 0 | 0.6 | 0.46 | 0 | 345.88 | 1 | 0.7 |
| Hex | FF | 66 | 8A | 0 | 3C | 2E | 0 | 15A | 64 | 46 |
| Octal | 377 | 146 | 212 | 0 | 74 | 56 | 0 | 532 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10001010 | 0 | 111100 | 101110 | 0 | 101011010 | 1100100 | 1000110 |
Color Harmonies of #FF668A
Complementary color
Monochromatic Colors of #FF668A
Black with #FF668A
Text Example
Text Example
White with #FF668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF668A; }
p { color: rgb(255,102,138); }
H1.HeaderClassName
{
color: #FF668A;
}
.AnyTagClassName
{
color: #FF668A;
}
</style>
background-color css
<style>
a { background-color: #FF668A; }
a { background-color: rgb(255,102,138); }
div.DivClassName
{
background-color: #FF668A;
}
.BgClassName
{
background-color: #FF668A;
}
</style>
border-color css
<style>
span { border-color: #FF668A; }
span { border-color: rgb(255,102,138); }
td.TdClassName
{
border-color: #FF668A;
}
.TagClassName
{
border-color: #FF668A;
}
</style>