Shades of Brink Pink #F06484
Tints of Brink Pink #F06484
RGB
CMYK
RGB Variations
Color information
#F06484 (or 0xF06484) is known color: Brink Pink. HEX triplet: F0, 64 and 84. RGB value is (240,100,132). Sum of RGB (Red+Green+Blue) = 240+100+132=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06484 is #0F9B7B. Grayscale: #919191. Windows color (decimal): -1022844 or 8676592. OLE color: 8676592.
HSL color Cylindrical-coordinate representation of color #F06484: hue angle of 346.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06484 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 132 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.06 |
| HSL | 346.29º | 0.82% | 0.67% | - |
| HSV(B) | 346.29º | 0.58% | 0.94% | - |
| XYZ | 44.66 | 29.31 | 25.13 | - |
| YUV | 145.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 132 | 0 | 0.58 | 0.45 | 0.06 | 346.29 | 0.82 | 0.67 |
| Hex | F0 | 64 | 84 | 0 | 3A | 2D | 6 | 15A | 52 | 43 |
| Octal | 360 | 144 | 204 | 0 | 72 | 55 | 6 | 532 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10000100 | 0 | 111010 | 101101 | 110 | 101011010 | 1010010 | 1000011 |
Color Harmonies of #F06484
Complementary color
Monochromatic Colors of #F06484
Black with #F06484
Text Example
Text Example
White with #F06484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06484; }
p { color: rgb(240,100,132); }
H1.HeaderClassName
{
color: #F06484;
}
.AnyTagClassName
{
color: #F06484;
}
</style>
background-color css
<style>
a { background-color: #F06484; }
a { background-color: rgb(240,100,132); }
div.DivClassName
{
background-color: #F06484;
}
.BgClassName
{
background-color: #F06484;
}
</style>
border-color css
<style>
span { border-color: #F06484; }
span { border-color: rgb(240,100,132); }
td.TdClassName
{
border-color: #F06484;
}
.TagClassName
{
border-color: #F06484;
}
</style>