Shades of Brink Pink #F65C8A
Tints of Brink Pink #F65C8A
RGB
CMYK
RGB Variations
Color information
#F65C8A (or 0xF65C8A) is known color: Brink Pink. HEX triplet: F6, 5C and 8A. RGB value is (246,92,138). Sum of RGB (Red+Green+Blue) = 246+92+138=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C8A is #09A375. Grayscale: #8F8F8F. Windows color (decimal): -631670 or 9067766. OLE color: 9067766.
HSL color Cylindrical-coordinate representation of color #F65C8A: hue angle of 342.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65C8A is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 138 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.04 |
| HSL | 342.08º | 0.9% | 0.66% | - |
| HSV(B) | 342.08º | 0.63% | 0.96% | - |
| XYZ | 46.42 | 29.08 | 27.21 | - |
| YUV | 143.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 138 | 0 | 0.63 | 0.44 | 0.04 | 342.08 | 0.9 | 0.66 |
| Hex | F6 | 5C | 8A | 0 | 3F | 2C | 4 | 156 | 5A | 42 |
| Octal | 366 | 134 | 212 | 0 | 77 | 54 | 4 | 526 | 132 | 102 |
| Binary | 11110110 | 1011100 | 10001010 | 0 | 111111 | 101100 | 100 | 101010110 | 1011010 | 1000010 |
Color Harmonies of #F65C8A
Complementary color
Monochromatic Colors of #F65C8A
Black with #F65C8A
Text Example
Text Example
White with #F65C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C8A; }
p { color: rgb(246,92,138); }
H1.HeaderClassName
{
color: #F65C8A;
}
.AnyTagClassName
{
color: #F65C8A;
}
</style>
background-color css
<style>
a { background-color: #F65C8A; }
a { background-color: rgb(246,92,138); }
div.DivClassName
{
background-color: #F65C8A;
}
.BgClassName
{
background-color: #F65C8A;
}
</style>
border-color css
<style>
span { border-color: #F65C8A; }
span { border-color: rgb(246,92,138); }
td.TdClassName
{
border-color: #F65C8A;
}
.TagClassName
{
border-color: #F65C8A;
}
</style>