Shades of Brink Pink #FA7581
Tints of Brink Pink #FA7581
RGB
CMYK
RGB Variations
Color information
#FA7581 (or 0xFA7581) is known color: Brink Pink. HEX triplet: FA, 75 and 81. RGB value is (250,117,129). Sum of RGB (Red+Green+Blue) = 250+117+129=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7581 is #058A7E. Grayscale: #9E9E9E. Windows color (decimal): -363135 or 8484346. OLE color: 8484346.
HSL color Cylindrical-coordinate representation of color #FA7581: hue angle of 354.59º 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 #FA7581 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 129 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.02 |
| HSL | 354.59º | 0.93% | 0.72% | - |
| HSV(B) | 354.59º | 0.53% | 0.98% | - |
| XYZ | 49.75 | 34.63 | 24.83 | - |
| YUV | 158.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 129 | 0 | 0.53 | 0.48 | 0.02 | 354.59 | 0.93 | 0.72 |
| Hex | FA | 75 | 81 | 0 | 35 | 30 | 2 | 163 | 5D | 48 |
| Octal | 372 | 165 | 201 | 0 | 65 | 60 | 2 | 543 | 135 | 110 |
| Binary | 11111010 | 1110101 | 10000001 | 0 | 110101 | 110000 | 10 | 101100011 | 1011101 | 1001000 |
Color Harmonies of #FA7581
Complementary color
Monochromatic Colors of #FA7581
Black with #FA7581
Text Example
Text Example
White with #FA7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7581; }
p { color: rgb(250,117,129); }
H1.HeaderClassName
{
color: #FA7581;
}
.AnyTagClassName
{
color: #FA7581;
}
</style>
background-color css
<style>
a { background-color: #FA7581; }
a { background-color: rgb(250,117,129); }
div.DivClassName
{
background-color: #FA7581;
}
.BgClassName
{
background-color: #FA7581;
}
</style>
border-color css
<style>
span { border-color: #FA7581; }
span { border-color: rgb(250,117,129); }
td.TdClassName
{
border-color: #FA7581;
}
.TagClassName
{
border-color: #FA7581;
}
</style>