Shades of Brink Pink #F06580
Tints of Brink Pink #F06580
RGB
CMYK
RGB Variations
Color information
#F06580 (or 0xF06580) is known color: Brink Pink. HEX triplet: F0, 65 and 80. RGB value is (240,101,128). Sum of RGB (Red+Green+Blue) = 240+101+128=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F06580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06580 is #0F9A7F. Grayscale: #919191. Windows color (decimal): -1022592 or 8414704. OLE color: 8414704.
HSL color Cylindrical-coordinate representation of color #F06580: hue angle of 348.35º 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 #F06580 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 128 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.06 |
| HSL | 348.35º | 0.82% | 0.67% | - |
| HSV(B) | 348.35º | 0.58% | 0.94% | - |
| XYZ | 44.49 | 29.39 | 23.75 | - |
| YUV | 145.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 128 | 0 | 0.58 | 0.47 | 0.06 | 348.35 | 0.82 | 0.67 |
| Hex | F0 | 65 | 80 | 0 | 3A | 2F | 6 | 15C | 52 | 43 |
| Octal | 360 | 145 | 200 | 0 | 72 | 57 | 6 | 534 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10000000 | 0 | 111010 | 101111 | 110 | 101011100 | 1010010 | 1000011 |
Color Harmonies of #F06580
Complementary color
Monochromatic Colors of #F06580
Black with #F06580
Text Example
Text Example
White with #F06580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06580; }
p { color: rgb(240,101,128); }
H1.HeaderClassName
{
color: #F06580;
}
.AnyTagClassName
{
color: #F06580;
}
</style>
background-color css
<style>
a { background-color: #F06580; }
a { background-color: rgb(240,101,128); }
div.DivClassName
{
background-color: #F06580;
}
.BgClassName
{
background-color: #F06580;
}
</style>
border-color css
<style>
span { border-color: #F06580; }
span { border-color: rgb(240,101,128); }
td.TdClassName
{
border-color: #F06580;
}
.TagClassName
{
border-color: #F06580;
}
</style>