Shades of Brink Pink #FB6579
Tints of Brink Pink #FB6579
RGB
CMYK
RGB Variations
Color information
#FB6579 (or 0xFB6579) is known color: Brink Pink. HEX triplet: FB, 65 and 79. RGB value is (251,101,121). Sum of RGB (Red+Green+Blue) = 251+101+121=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6579 is #049A86. Grayscale: #949494. Windows color (decimal): -301703 or 7955963. OLE color: 7955963.
HSL color Cylindrical-coordinate representation of color #FB6579: hue angle of 352º degrees, saturation: 0.95, 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 #FB6579 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 121 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.02 |
| HSL | 352º | 0.95% | 0.69% | - |
| HSV(B) | 352º | 0.6% | 0.98% | - |
| XYZ | 47.89 | 31.2 | 21.59 | - |
| YUV | 148.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 121 | 0 | 0.60 | 0.52 | 0.02 | 352 | 0.95 | 0.69 |
| Hex | FB | 65 | 79 | 0 | 3C | 34 | 2 | 160 | 5F | 45 |
| Octal | 373 | 145 | 171 | 0 | 74 | 64 | 2 | 540 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1111001 | 0 | 111100 | 110100 | 10 | 101100000 | 1011111 | 1000101 |
Color Harmonies of #FB6579
Complementary color
Monochromatic Colors of #FB6579
Black with #FB6579
Text Example
Text Example
White with #FB6579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6579; }
p { color: rgb(251,101,121); }
H1.HeaderClassName
{
color: #FB6579;
}
.AnyTagClassName
{
color: #FB6579;
}
</style>
background-color css
<style>
a { background-color: #FB6579; }
a { background-color: rgb(251,101,121); }
div.DivClassName
{
background-color: #FB6579;
}
.BgClassName
{
background-color: #FB6579;
}
</style>
border-color css
<style>
span { border-color: #FB6579; }
span { border-color: rgb(251,101,121); }
td.TdClassName
{
border-color: #FB6579;
}
.TagClassName
{
border-color: #FB6579;
}
</style>