Shades of Brink Pink #F0657F
Tints of Brink Pink #F0657F
RGB
CMYK
RGB Variations
Color information
#F0657F (or 0xF0657F) is known color: Brink Pink. HEX triplet: F0, 65 and 7F. RGB value is (240,101,127). Sum of RGB (Red+Green+Blue) = 240+101+127=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0657F is #0F9A80. Grayscale: #919191. Windows color (decimal): -1022593 or 8349168. OLE color: 8349168.
HSL color Cylindrical-coordinate representation of color #F0657F: hue angle of 348.78º 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 #F0657F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 127 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.06 |
| HSL | 348.78º | 0.82% | 0.67% | - |
| HSV(B) | 348.78º | 0.58% | 0.94% | - |
| XYZ | 44.42 | 29.36 | 23.41 | - |
| YUV | 145.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 127 | 0 | 0.58 | 0.47 | 0.06 | 348.78 | 0.82 | 0.67 |
| Hex | F0 | 65 | 7F | 0 | 3A | 2F | 6 | 15D | 52 | 43 |
| Octal | 360 | 145 | 177 | 0 | 72 | 57 | 6 | 535 | 122 | 103 |
| Binary | 11110000 | 1100101 | 1111111 | 0 | 111010 | 101111 | 110 | 101011101 | 1010010 | 1000011 |
Color Harmonies of #F0657F
Complementary color
Monochromatic Colors of #F0657F
Black with #F0657F
Text Example
Text Example
White with #F0657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0657F; }
p { color: rgb(240,101,127); }
H1.HeaderClassName
{
color: #F0657F;
}
.AnyTagClassName
{
color: #F0657F;
}
</style>
background-color css
<style>
a { background-color: #F0657F; }
a { background-color: rgb(240,101,127); }
div.DivClassName
{
background-color: #F0657F;
}
.BgClassName
{
background-color: #F0657F;
}
</style>
border-color css
<style>
span { border-color: #F0657F; }
span { border-color: rgb(240,101,127); }
td.TdClassName
{
border-color: #F0657F;
}
.TagClassName
{
border-color: #F0657F;
}
</style>