Shades of Brink Pink #FA7583
Tints of Brink Pink #FA7583
RGB
CMYK
RGB Variations
Color information
#FA7583 (or 0xFA7583) is known color: Brink Pink. HEX triplet: FA, 75 and 83. RGB value is (250,117,131). Sum of RGB (Red+Green+Blue) = 250+117+131=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7583 is #058A7C. Grayscale: #9E9E9E. Windows color (decimal): -363133 or 8615418. OLE color: 8615418.
HSL color Cylindrical-coordinate representation of color #FA7583: hue angle of 353.68º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7583 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 131 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.02 |
| HSL | 353.68º | 0.93% | 0.72% | - |
| HSV(B) | 353.68º | 0.53% | 0.98% | - |
| XYZ | 49.88 | 34.69 | 25.54 | - |
| YUV | 158.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 131 | 0 | 0.53 | 0.48 | 0.02 | 353.68 | 0.93 | 0.72 |
| Hex | FA | 75 | 83 | 0 | 35 | 30 | 2 | 162 | 5D | 48 |
| Octal | 372 | 165 | 203 | 0 | 65 | 60 | 2 | 542 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10000011 | 0 | 110101 | 110000 | 10 | 101100010 | 1011101 | 1001000 |
Color Harmonies of #FA7583
Complementary color
Monochromatic Colors of #FA7583
Black with #FA7583
Text Example
Text Example
White with #FA7583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7583; }
p { color: rgb(250,117,131); }
H1.HeaderClassName
{
color: #FA7583;
}
.AnyTagClassName
{
color: #FA7583;
}
</style>
background-color css
<style>
a { background-color: #FA7583; }
a { background-color: rgb(250,117,131); }
div.DivClassName
{
background-color: #FA7583;
}
.BgClassName
{
background-color: #FA7583;
}
</style>
border-color css
<style>
span { border-color: #FA7583; }
span { border-color: rgb(250,117,131); }
td.TdClassName
{
border-color: #FA7583;
}
.TagClassName
{
border-color: #FA7583;
}
</style>