Shades of Brink Pink #F96390
Tints of Brink Pink #F96390
RGB
CMYK
RGB Variations
Color information
#F96390 (or 0xF96390) is known color: Brink Pink. HEX triplet: F9, 63 and 90. RGB value is (249,99,144). Sum of RGB (Red+Green+Blue) = 249+99+144=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F96390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96390 is #069C6F. Grayscale: #949494. Windows color (decimal): -433264 or 9462777. OLE color: 9462777.
HSL color Cylindrical-coordinate representation of color #F96390: hue angle of 342º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96390 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 144 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.02 |
| HSL | 342º | 0.93% | 0.68% | - |
| HSV(B) | 342º | 0.6% | 0.98% | - |
| XYZ | 48.56 | 31.08 | 29.82 | - |
| YUV | 148.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 144 | 0 | 0.60 | 0.42 | 0.02 | 342 | 0.93 | 0.68 |
| Hex | F9 | 63 | 90 | 0 | 3C | 2A | 2 | 156 | 5D | 44 |
| Octal | 371 | 143 | 220 | 0 | 74 | 52 | 2 | 526 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10010000 | 0 | 111100 | 101010 | 10 | 101010110 | 1011101 | 1000100 |
Color Harmonies of #F96390
Complementary color
Monochromatic Colors of #F96390
Black with #F96390
Text Example
Text Example
White with #F96390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96390; }
p { color: rgb(249,99,144); }
H1.HeaderClassName
{
color: #F96390;
}
.AnyTagClassName
{
color: #F96390;
}
</style>
background-color css
<style>
a { background-color: #F96390; }
a { background-color: rgb(249,99,144); }
div.DivClassName
{
background-color: #F96390;
}
.BgClassName
{
background-color: #F96390;
}
</style>
border-color css
<style>
span { border-color: #F96390; }
span { border-color: rgb(249,99,144); }
td.TdClassName
{
border-color: #F96390;
}
.TagClassName
{
border-color: #F96390;
}
</style>