Shades of Brink Pink #FB6679
Tints of Brink Pink #FB6679
RGB
CMYK
RGB Variations
Color information
#FB6679 (or 0xFB6679) is known color: Brink Pink. HEX triplet: FB, 66 and 79. RGB value is (251,102,121). Sum of RGB (Red+Green+Blue) = 251+102+121=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6679 is #049986. Grayscale: #949494. Windows color (decimal): -301447 or 7956219. OLE color: 7956219.
HSL color Cylindrical-coordinate representation of color #FB6679: hue angle of 352.35º degrees, saturation: 0.95, 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 #FB6679 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 121 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.02 |
| HSL | 352.35º | 0.95% | 0.69% | - |
| HSV(B) | 352.35º | 0.59% | 0.98% | - |
| XYZ | 47.99 | 31.39 | 21.62 | - |
| YUV | 148.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 121 | 0 | 0.59 | 0.52 | 0.02 | 352.35 | 0.95 | 0.69 |
| Hex | FB | 66 | 79 | 0 | 3B | 34 | 2 | 160 | 5F | 45 |
| Octal | 373 | 146 | 171 | 0 | 73 | 64 | 2 | 540 | 137 | 105 |
| Binary | 11111011 | 1100110 | 1111001 | 0 | 111011 | 110100 | 10 | 101100000 | 1011111 | 1000101 |
Color Harmonies of #FB6679
Complementary color
Monochromatic Colors of #FB6679
Black with #FB6679
Text Example
Text Example
White with #FB6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6679; }
p { color: rgb(251,102,121); }
H1.HeaderClassName
{
color: #FB6679;
}
.AnyTagClassName
{
color: #FB6679;
}
</style>
background-color css
<style>
a { background-color: #FB6679; }
a { background-color: rgb(251,102,121); }
div.DivClassName
{
background-color: #FB6679;
}
.BgClassName
{
background-color: #FB6679;
}
</style>
border-color css
<style>
span { border-color: #FB6679; }
span { border-color: rgb(251,102,121); }
td.TdClassName
{
border-color: #FB6679;
}
.TagClassName
{
border-color: #FB6679;
}
</style>