Shades of Brink Pink #F66C81
Tints of Brink Pink #F66C81
RGB
CMYK
RGB Variations
Color information
#F66C81 (or 0xF66C81) is known color: Brink Pink. HEX triplet: F6, 6C and 81. RGB value is (246,108,129). Sum of RGB (Red+Green+Blue) = 246+108+129=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C81 is #09937E. Grayscale: #979797. Windows color (decimal): -627583 or 8482038. OLE color: 8482038.
HSL color Cylindrical-coordinate representation of color #F66C81: hue angle of 350.87º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66C81 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 129 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.04 |
| HSL | 350.87º | 0.88% | 0.69% | - |
| HSV(B) | 350.87º | 0.56% | 0.96% | - |
| XYZ | 47.33 | 31.9 | 24.43 | - |
| YUV | 151.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 129 | 0 | 0.56 | 0.48 | 0.04 | 350.87 | 0.88 | 0.69 |
| Hex | F6 | 6C | 81 | 0 | 38 | 30 | 4 | 15F | 58 | 45 |
| Octal | 366 | 154 | 201 | 0 | 70 | 60 | 4 | 537 | 130 | 105 |
| Binary | 11110110 | 1101100 | 10000001 | 0 | 111000 | 110000 | 100 | 101011111 | 1011000 | 1000101 |
Color Harmonies of #F66C81
Complementary color
Monochromatic Colors of #F66C81
Black with #F66C81
Text Example
Text Example
White with #F66C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C81; }
p { color: rgb(246,108,129); }
H1.HeaderClassName
{
color: #F66C81;
}
.AnyTagClassName
{
color: #F66C81;
}
</style>
background-color css
<style>
a { background-color: #F66C81; }
a { background-color: rgb(246,108,129); }
div.DivClassName
{
background-color: #F66C81;
}
.BgClassName
{
background-color: #F66C81;
}
</style>
border-color css
<style>
span { border-color: #F66C81; }
span { border-color: rgb(246,108,129); }
td.TdClassName
{
border-color: #F66C81;
}
.TagClassName
{
border-color: #F66C81;
}
</style>