Shades of Brink Pink #F65481
Tints of Brink Pink #F65481
RGB
CMYK
RGB Variations
Color information
#F65481 (or 0xF65481) is known color: Brink Pink. HEX triplet: F6, 54 and 81. RGB value is (246,84,129). Sum of RGB (Red+Green+Blue) = 246+84+129=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F65481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65481 is #09AB7E. Grayscale: #898989. Windows color (decimal): -633727 or 8475894. OLE color: 8475894.
HSL color Cylindrical-coordinate representation of color #F65481: hue angle of 343.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65481 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 129 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.04 |
| HSL | 343.33º | 0.9% | 0.65% | - |
| HSV(B) | 343.33º | 0.66% | 0.96% | - |
| XYZ | 45.14 | 27.52 | 23.7 | - |
| YUV | 137.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 129 | 0 | 0.66 | 0.48 | 0.04 | 343.33 | 0.9 | 0.65 |
| Hex | F6 | 54 | 81 | 0 | 42 | 30 | 4 | 157 | 5A | 41 |
| Octal | 366 | 124 | 201 | 0 | 102 | 60 | 4 | 527 | 132 | 101 |
| Binary | 11110110 | 1010100 | 10000001 | 0 | 1000010 | 110000 | 100 | 101010111 | 1011010 | 1000001 |
Color Harmonies of #F65481
Complementary color
Monochromatic Colors of #F65481
Black with #F65481
Text Example
Text Example
White with #F65481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65481; }
p { color: rgb(246,84,129); }
H1.HeaderClassName
{
color: #F65481;
}
.AnyTagClassName
{
color: #F65481;
}
</style>
background-color css
<style>
a { background-color: #F65481; }
a { background-color: rgb(246,84,129); }
div.DivClassName
{
background-color: #F65481;
}
.BgClassName
{
background-color: #F65481;
}
</style>
border-color css
<style>
span { border-color: #F65481; }
span { border-color: rgb(246,84,129); }
td.TdClassName
{
border-color: #F65481;
}
.TagClassName
{
border-color: #F65481;
}
</style>