Shades of Brink Pink #F4698A
Tints of Brink Pink #F4698A
RGB
CMYK
RGB Variations
Color information
#F4698A (or 0xF4698A) is known color: Brink Pink. HEX triplet: F4, 69 and 8A. RGB value is (244,105,138). Sum of RGB (Red+Green+Blue) = 244+105+138=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4698A is #0B9675. Grayscale: #969696. Windows color (decimal): -759414 or 9071092. OLE color: 9071092.
HSL color Cylindrical-coordinate representation of color #F4698A: hue angle of 345.76º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4698A is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 138 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.04 |
| HSL | 345.76º | 0.86% | 0.68% | - |
| HSV(B) | 345.76º | 0.57% | 0.96% | - |
| XYZ | 46.95 | 31.17 | 27.59 | - |
| YUV | 150.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 138 | 0 | 0.57 | 0.43 | 0.04 | 345.76 | 0.86 | 0.68 |
| Hex | F4 | 69 | 8A | 0 | 39 | 2B | 4 | 15A | 56 | 44 |
| Octal | 364 | 151 | 212 | 0 | 71 | 53 | 4 | 532 | 126 | 104 |
| Binary | 11110100 | 1101001 | 10001010 | 0 | 111001 | 101011 | 100 | 101011010 | 1010110 | 1000100 |
Color Harmonies of #F4698A
Complementary color
Monochromatic Colors of #F4698A
Black with #F4698A
Text Example
Text Example
White with #F4698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4698A; }
p { color: rgb(244,105,138); }
H1.HeaderClassName
{
color: #F4698A;
}
.AnyTagClassName
{
color: #F4698A;
}
</style>
background-color css
<style>
a { background-color: #F4698A; }
a { background-color: rgb(244,105,138); }
div.DivClassName
{
background-color: #F4698A;
}
.BgClassName
{
background-color: #F4698A;
}
</style>
border-color css
<style>
span { border-color: #F4698A; }
span { border-color: rgb(244,105,138); }
td.TdClassName
{
border-color: #F4698A;
}
.TagClassName
{
border-color: #F4698A;
}
</style>