Shades of Brink Pink #F0657C
Tints of Brink Pink #F0657C
RGB
CMYK
RGB Variations
Color information
#F0657C (or 0xF0657C) is known color: Brink Pink. HEX triplet: F0, 65 and 7C. RGB value is (240,101,124). Sum of RGB (Red+Green+Blue) = 240+101+124=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0657C is #0F9A83. Grayscale: #919191. Windows color (decimal): -1022596 or 8152560. OLE color: 8152560.
HSL color Cylindrical-coordinate representation of color #F0657C: hue angle of 350.07º 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 #F0657C is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 124 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.06 |
| HSL | 350.07º | 0.82% | 0.67% | - |
| HSV(B) | 350.07º | 0.58% | 0.94% | - |
| XYZ | 44.23 | 29.29 | 22.39 | - |
| YUV | 145.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 124 | 0 | 0.58 | 0.48 | 0.06 | 350.07 | 0.82 | 0.67 |
| Hex | F0 | 65 | 7C | 0 | 3A | 30 | 6 | 15E | 52 | 43 |
| Octal | 360 | 145 | 174 | 0 | 72 | 60 | 6 | 536 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1111100 | 0 | 111010 | 110000 | 110 | 101011110 | 1010010 | 1000011 |
Color Harmonies of #F0657C
Complementary color
Monochromatic Colors of #F0657C
Black with #F0657C
Text Example
Text Example
White with #F0657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0657C; }
p { color: rgb(240,101,124); }
H1.HeaderClassName
{
color: #F0657C;
}
.AnyTagClassName
{
color: #F0657C;
}
</style>
background-color css
<style>
a { background-color: #F0657C; }
a { background-color: rgb(240,101,124); }
div.DivClassName
{
background-color: #F0657C;
}
.BgClassName
{
background-color: #F0657C;
}
</style>
border-color css
<style>
span { border-color: #F0657C; }
span { border-color: rgb(240,101,124); }
td.TdClassName
{
border-color: #F0657C;
}
.TagClassName
{
border-color: #F0657C;
}
</style>