Shades of Brink Pink #F4658F
Tints of Brink Pink #F4658F
RGB
CMYK
RGB Variations
Color information
#F4658F (or 0xF4658F) is known color: Brink Pink. HEX triplet: F4, 65 and 8F. RGB value is (244,101,143). Sum of RGB (Red+Green+Blue) = 244+101+143=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4658F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4658F is #0B9A70. Grayscale: #949494. Windows color (decimal): -760433 or 9397748. OLE color: 9397748.
HSL color Cylindrical-coordinate representation of color #F4658F: hue angle of 342.38º 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 #F4658F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 101 | 143 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.04 |
| HSL | 342.38º | 0.87% | 0.68% | - |
| HSV(B) | 342.38º | 0.59% | 0.96% | - |
| XYZ | 46.92 | 30.52 | 29.41 | - |
| YUV | 148.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 101 | 143 | 0 | 0.59 | 0.41 | 0.04 | 342.38 | 0.87 | 0.68 |
| Hex | F4 | 65 | 8F | 0 | 3B | 29 | 4 | 156 | 57 | 44 |
| Octal | 364 | 145 | 217 | 0 | 73 | 51 | 4 | 526 | 127 | 104 |
| Binary | 11110100 | 1100101 | 10001111 | 0 | 111011 | 101001 | 100 | 101010110 | 1010111 | 1000100 |
Color Harmonies of #F4658F
Complementary color
Monochromatic Colors of #F4658F
Black with #F4658F
Text Example
Text Example
White with #F4658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4658F; }
p { color: rgb(244,101,143); }
H1.HeaderClassName
{
color: #F4658F;
}
.AnyTagClassName
{
color: #F4658F;
}
</style>
background-color css
<style>
a { background-color: #F4658F; }
a { background-color: rgb(244,101,143); }
div.DivClassName
{
background-color: #F4658F;
}
.BgClassName
{
background-color: #F4658F;
}
</style>
border-color css
<style>
span { border-color: #F4658F; }
span { border-color: rgb(244,101,143); }
td.TdClassName
{
border-color: #F4658F;
}
.TagClassName
{
border-color: #F4658F;
}
</style>