Shades of Brink Pink #F4657E
Tints of Brink Pink #F4657E
RGB
CMYK
RGB Variations
Color information
#F4657E (or 0xF4657E) is known color: Brink Pink. HEX triplet: F4, 65 and 7E. RGB value is (244,101,126). Sum of RGB (Red+Green+Blue) = 244+101+126=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4657E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4657E is #0B9A81. Grayscale: #929292. Windows color (decimal): -760450 or 8283636. OLE color: 8283636.
HSL color Cylindrical-coordinate representation of color #F4657E: hue angle of 349.51º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4657E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 126 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.04 |
| HSL | 349.51º | 0.87% | 0.68% | - |
| HSV(B) | 349.51º | 0.59% | 0.96% | - |
| XYZ | 45.73 | 30.05 | 23.13 | - |
| YUV | 146.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 126 | 0 | 0.59 | 0.48 | 0.04 | 349.51 | 0.87 | 0.68 |
| Hex | F4 | 65 | 7E | 0 | 3B | 30 | 4 | 15E | 57 | 44 |
| Octal | 364 | 145 | 176 | 0 | 73 | 60 | 4 | 536 | 127 | 104 |
| Binary | 11110100 | 1100101 | 1111110 | 0 | 111011 | 110000 | 100 | 101011110 | 1010111 | 1000100 |
Color Harmonies of #F4657E
Complementary color
Monochromatic Colors of #F4657E
Black with #F4657E
Text Example
Text Example
White with #F4657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4657E; }
p { color: rgb(244,101,126); }
H1.HeaderClassName
{
color: #F4657E;
}
.AnyTagClassName
{
color: #F4657E;
}
</style>
background-color css
<style>
a { background-color: #F4657E; }
a { background-color: rgb(244,101,126); }
div.DivClassName
{
background-color: #F4657E;
}
.BgClassName
{
background-color: #F4657E;
}
</style>
border-color css
<style>
span { border-color: #F4657E; }
span { border-color: rgb(244,101,126); }
td.TdClassName
{
border-color: #F4657E;
}
.TagClassName
{
border-color: #F4657E;
}
</style>