Shades of Brink Pink #FA6683
Tints of Brink Pink #FA6683
RGB
CMYK
RGB Variations
Color information
#FA6683 (or 0xFA6683) is known color: Brink Pink. HEX triplet: FA, 66 and 83. RGB value is (250,102,131). Sum of RGB (Red+Green+Blue) = 250+102+131=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6683 is #05997C. Grayscale: #959595. Windows color (decimal): -366973 or 8611578. OLE color: 8611578.
HSL color Cylindrical-coordinate representation of color #FA6683: hue angle of 348.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6683 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 131 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.02 |
| HSL | 348.24º | 0.94% | 0.69% | - |
| HSV(B) | 348.24º | 0.59% | 0.98% | - |
| XYZ | 48.27 | 31.47 | 25 | - |
| YUV | 149.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 131 | 0 | 0.59 | 0.48 | 0.02 | 348.24 | 0.94 | 0.69 |
| Hex | FA | 66 | 83 | 0 | 3B | 30 | 2 | 15C | 5E | 45 |
| Octal | 372 | 146 | 203 | 0 | 73 | 60 | 2 | 534 | 136 | 105 |
| Binary | 11111010 | 1100110 | 10000011 | 0 | 111011 | 110000 | 10 | 101011100 | 1011110 | 1000101 |
Color Harmonies of #FA6683
Complementary color
Monochromatic Colors of #FA6683
Black with #FA6683
Text Example
Text Example
White with #FA6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6683; }
p { color: rgb(250,102,131); }
H1.HeaderClassName
{
color: #FA6683;
}
.AnyTagClassName
{
color: #FA6683;
}
</style>
background-color css
<style>
a { background-color: #FA6683; }
a { background-color: rgb(250,102,131); }
div.DivClassName
{
background-color: #FA6683;
}
.BgClassName
{
background-color: #FA6683;
}
</style>
border-color css
<style>
span { border-color: #FA6683; }
span { border-color: rgb(250,102,131); }
td.TdClassName
{
border-color: #FA6683;
}
.TagClassName
{
border-color: #FA6683;
}
</style>