Shades of Brink Pink #FA7384
Tints of Brink Pink #FA7384
RGB
CMYK
RGB Variations
Color information
#FA7384 (or 0xFA7384) is known color: Brink Pink. HEX triplet: FA, 73 and 84. RGB value is (250,115,132). Sum of RGB (Red+Green+Blue) = 250+115+132=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7384 is #058C7B. Grayscale: #9D9D9D. Windows color (decimal): -363644 or 8680442. OLE color: 8680442.
HSL color Cylindrical-coordinate representation of color #FA7384: hue angle of 352.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7384 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 132 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.02 |
| HSL | 352.44º | 0.93% | 0.72% | - |
| HSV(B) | 352.44º | 0.54% | 0.98% | - |
| XYZ | 49.72 | 34.25 | 25.82 | - |
| YUV | 157.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 132 | 0 | 0.54 | 0.47 | 0.02 | 352.44 | 0.93 | 0.72 |
| Hex | FA | 73 | 84 | 0 | 36 | 2F | 2 | 160 | 5D | 48 |
| Octal | 372 | 163 | 204 | 0 | 66 | 57 | 2 | 540 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10000100 | 0 | 110110 | 101111 | 10 | 101100000 | 1011101 | 1001000 |
Color Harmonies of #FA7384
Complementary color
Monochromatic Colors of #FA7384
Black with #FA7384
Text Example
Text Example
White with #FA7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7384; }
p { color: rgb(250,115,132); }
H1.HeaderClassName
{
color: #FA7384;
}
.AnyTagClassName
{
color: #FA7384;
}
</style>
background-color css
<style>
a { background-color: #FA7384; }
a { background-color: rgb(250,115,132); }
div.DivClassName
{
background-color: #FA7384;
}
.BgClassName
{
background-color: #FA7384;
}
</style>
border-color css
<style>
span { border-color: #FA7384; }
span { border-color: rgb(250,115,132); }
td.TdClassName
{
border-color: #FA7384;
}
.TagClassName
{
border-color: #FA7384;
}
</style>