Shades of Brink Pink #F0657E
Tints of Brink Pink #F0657E
RGB
CMYK
RGB Variations
Color information
#F0657E (or 0xF0657E) is known color: Brink Pink. HEX triplet: F0, 65 and 7E. RGB value is (240,101,126). Sum of RGB (Red+Green+Blue) = 240+101+126=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0657E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0657E is #0F9A81. Grayscale: #919191. Windows color (decimal): -1022594 or 8283632. OLE color: 8283632.
HSL color Cylindrical-coordinate representation of color #F0657E: hue angle of 349.21º 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 #F0657E is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 126 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.06 |
| HSL | 349.21º | 0.82% | 0.67% | - |
| HSV(B) | 349.21º | 0.58% | 0.94% | - |
| XYZ | 44.35 | 29.34 | 23.06 | - |
| YUV | 145.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 126 | 0 | 0.58 | 0.48 | 0.06 | 349.21 | 0.82 | 0.67 |
| Hex | F0 | 65 | 7E | 0 | 3A | 30 | 6 | 15D | 52 | 43 |
| Octal | 360 | 145 | 176 | 0 | 72 | 60 | 6 | 535 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1111110 | 0 | 111010 | 110000 | 110 | 101011101 | 1010010 | 1000011 |
Color Harmonies of #F0657E
Complementary color
Monochromatic Colors of #F0657E
Black with #F0657E
Text Example
Text Example
White with #F0657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0657E; }
p { color: rgb(240,101,126); }
H1.HeaderClassName
{
color: #F0657E;
}
.AnyTagClassName
{
color: #F0657E;
}
</style>
background-color css
<style>
a { background-color: #F0657E; }
a { background-color: rgb(240,101,126); }
div.DivClassName
{
background-color: #F0657E;
}
.BgClassName
{
background-color: #F0657E;
}
</style>
border-color css
<style>
span { border-color: #F0657E; }
span { border-color: rgb(240,101,126); }
td.TdClassName
{
border-color: #F0657E;
}
.TagClassName
{
border-color: #F0657E;
}
</style>