Shades of Brink Pink #FA6594
Tints of Brink Pink #FA6594
RGB
CMYK
RGB Variations
Color information
#FA6594 (or 0xFA6594) is known color: Brink Pink. HEX triplet: FA, 65 and 94. RGB value is (250,101,148). Sum of RGB (Red+Green+Blue) = 250+101+148=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6594 is #059A6B. Grayscale: #969696. Windows color (decimal): -367212 or 9725434. OLE color: 9725434.
HSL color Cylindrical-coordinate representation of color #FA6594: hue angle of 341.07º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6594 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 148 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.02 |
| HSL | 341.07º | 0.94% | 0.69% | - |
| HSV(B) | 341.07º | 0.6% | 0.98% | - |
| XYZ | 49.42 | 31.77 | 31.54 | - |
| YUV | 150.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 148 | 0 | 0.60 | 0.41 | 0.02 | 341.07 | 0.94 | 0.69 |
| Hex | FA | 65 | 94 | 0 | 3C | 29 | 2 | 155 | 5E | 45 |
| Octal | 372 | 145 | 224 | 0 | 74 | 51 | 2 | 525 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10010100 | 0 | 111100 | 101001 | 10 | 101010101 | 1011110 | 1000101 |
Color Harmonies of #FA6594
Complementary color
Monochromatic Colors of #FA6594
Black with #FA6594
Text Example
Text Example
White with #FA6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6594; }
p { color: rgb(250,101,148); }
H1.HeaderClassName
{
color: #FA6594;
}
.AnyTagClassName
{
color: #FA6594;
}
</style>
background-color css
<style>
a { background-color: #FA6594; }
a { background-color: rgb(250,101,148); }
div.DivClassName
{
background-color: #FA6594;
}
.BgClassName
{
background-color: #FA6594;
}
</style>
border-color css
<style>
span { border-color: #FA6594; }
span { border-color: rgb(250,101,148); }
td.TdClassName
{
border-color: #FA6594;
}
.TagClassName
{
border-color: #FA6594;
}
</style>