Shades of Brink Pink #FB6493
Tints of Brink Pink #FB6493
RGB
CMYK
RGB Variations
Color information
#FB6493 (or 0xFB6493) is known color: Brink Pink. HEX triplet: FB, 64 and 93. RGB value is (251,100,147). Sum of RGB (Red+Green+Blue) = 251+100+147=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6493 is #049B6C. Grayscale: #969696. Windows color (decimal): -301933 or 9659643. OLE color: 9659643.
HSL color Cylindrical-coordinate representation of color #FB6493: hue angle of 341.32º 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 #FB6493 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 147 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.02 |
| HSL | 341.32º | 0.95% | 0.69% | - |
| HSV(B) | 341.32º | 0.6% | 0.98% | - |
| XYZ | 49.61 | 31.73 | 31.11 | - |
| YUV | 150.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 147 | 0 | 0.60 | 0.41 | 0.02 | 341.32 | 0.95 | 0.69 |
| Hex | FB | 64 | 93 | 0 | 3C | 29 | 2 | 155 | 5F | 45 |
| Octal | 373 | 144 | 223 | 0 | 74 | 51 | 2 | 525 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10010011 | 0 | 111100 | 101001 | 10 | 101010101 | 1011111 | 1000101 |
Color Harmonies of #FB6493
Complementary color
Monochromatic Colors of #FB6493
Black with #FB6493
Text Example
Text Example
White with #FB6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6493; }
p { color: rgb(251,100,147); }
H1.HeaderClassName
{
color: #FB6493;
}
.AnyTagClassName
{
color: #FB6493;
}
</style>
background-color css
<style>
a { background-color: #FB6493; }
a { background-color: rgb(251,100,147); }
div.DivClassName
{
background-color: #FB6493;
}
.BgClassName
{
background-color: #FB6493;
}
</style>
border-color css
<style>
span { border-color: #FB6493; }
span { border-color: rgb(251,100,147); }
td.TdClassName
{
border-color: #FB6493;
}
.TagClassName
{
border-color: #FB6493;
}
</style>