Shades of Brink Pink #FB6793
Tints of Brink Pink #FB6793
RGB
CMYK
RGB Variations
Color information
#FB6793 (or 0xFB6793) is known color: Brink Pink. HEX triplet: FB, 67 and 93. RGB value is (251,103,147). Sum of RGB (Red+Green+Blue) = 251+103+147=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6793 is #04986C. Grayscale: #989898. Windows color (decimal): -301165 or 9660411. OLE color: 9660411.
HSL color Cylindrical-coordinate representation of color #FB6793: hue angle of 342.16º 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 #FB6793 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 147 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.02 |
| HSL | 342.16º | 0.95% | 0.69% | - |
| HSV(B) | 342.16º | 0.59% | 0.98% | - |
| XYZ | 49.9 | 32.32 | 31.21 | - |
| YUV | 152.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 147 | 0 | 0.59 | 0.41 | 0.02 | 342.16 | 0.95 | 0.69 |
| Hex | FB | 67 | 93 | 0 | 3B | 29 | 2 | 156 | 5F | 45 |
| Octal | 373 | 147 | 223 | 0 | 73 | 51 | 2 | 526 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10010011 | 0 | 111011 | 101001 | 10 | 101010110 | 1011111 | 1000101 |
Color Harmonies of #FB6793
Complementary color
Monochromatic Colors of #FB6793
Black with #FB6793
Text Example
Text Example
White with #FB6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6793; }
p { color: rgb(251,103,147); }
H1.HeaderClassName
{
color: #FB6793;
}
.AnyTagClassName
{
color: #FB6793;
}
</style>
background-color css
<style>
a { background-color: #FB6793; }
a { background-color: rgb(251,103,147); }
div.DivClassName
{
background-color: #FB6793;
}
.BgClassName
{
background-color: #FB6793;
}
</style>
border-color css
<style>
span { border-color: #FB6793; }
span { border-color: rgb(251,103,147); }
td.TdClassName
{
border-color: #FB6793;
}
.TagClassName
{
border-color: #FB6793;
}
</style>