Shades of Brink Pink #FB6C93
Tints of Brink Pink #FB6C93
RGB
CMYK
RGB Variations
Color information
#FB6C93 (or 0xFB6C93) is known color: Brink Pink. HEX triplet: FB, 6C and 93. RGB value is (251,108,147). Sum of RGB (Red+Green+Blue) = 251+108+147=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6C93 is #04936C. Grayscale: #9B9B9B. Windows color (decimal): -299885 or 9661691. OLE color: 9661691.
HSL color Cylindrical-coordinate representation of color #FB6C93: hue angle of 343.64º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6C93 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 147 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.02 |
| HSL | 343.64º | 0.95% | 0.7% | - |
| HSV(B) | 343.64º | 0.57% | 0.98% | - |
| XYZ | 50.41 | 33.34 | 31.38 | - |
| YUV | 155.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 147 | 0 | 0.57 | 0.41 | 0.02 | 343.64 | 0.95 | 0.7 |
| Hex | FB | 6C | 93 | 0 | 39 | 29 | 2 | 158 | 5F | 46 |
| Octal | 373 | 154 | 223 | 0 | 71 | 51 | 2 | 530 | 137 | 106 |
| Binary | 11111011 | 1101100 | 10010011 | 0 | 111001 | 101001 | 10 | 101011000 | 1011111 | 1000110 |
Color Harmonies of #FB6C93
Complementary color
Monochromatic Colors of #FB6C93
Black with #FB6C93
Text Example
Text Example
White with #FB6C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C93; }
p { color: rgb(251,108,147); }
H1.HeaderClassName
{
color: #FB6C93;
}
.AnyTagClassName
{
color: #FB6C93;
}
</style>
background-color css
<style>
a { background-color: #FB6C93; }
a { background-color: rgb(251,108,147); }
div.DivClassName
{
background-color: #FB6C93;
}
.BgClassName
{
background-color: #FB6C93;
}
</style>
border-color css
<style>
span { border-color: #FB6C93; }
span { border-color: rgb(251,108,147); }
td.TdClassName
{
border-color: #FB6C93;
}
.TagClassName
{
border-color: #FB6C93;
}
</style>