Shades of Brink Pink #FB6594
Tints of Brink Pink #FB6594
RGB
CMYK
RGB Variations
Color information
#FB6594 (or 0xFB6594) is known color: Brink Pink. HEX triplet: FB, 65 and 94. RGB value is (251,101,148). Sum of RGB (Red+Green+Blue) = 251+101+148=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6594 is #049A6B. Grayscale: #979797. Windows color (decimal): -301676 or 9725435. OLE color: 9725435.
HSL color Cylindrical-coordinate representation of color #FB6594: hue angle of 341.2º 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 #FB6594 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 148 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.02 |
| HSL | 341.2º | 0.95% | 0.69% | - |
| HSV(B) | 341.2º | 0.6% | 0.98% | - |
| XYZ | 49.78 | 31.95 | 31.56 | - |
| YUV | 151.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 148 | 0 | 0.60 | 0.41 | 0.02 | 341.2 | 0.95 | 0.69 |
| Hex | FB | 65 | 94 | 0 | 3C | 29 | 2 | 155 | 5F | 45 |
| Octal | 373 | 145 | 224 | 0 | 74 | 51 | 2 | 525 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10010100 | 0 | 111100 | 101001 | 10 | 101010101 | 1011111 | 1000101 |
Color Harmonies of #FB6594
Complementary color
Monochromatic Colors of #FB6594
Black with #FB6594
Text Example
Text Example
White with #FB6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6594; }
p { color: rgb(251,101,148); }
H1.HeaderClassName
{
color: #FB6594;
}
.AnyTagClassName
{
color: #FB6594;
}
</style>
background-color css
<style>
a { background-color: #FB6594; }
a { background-color: rgb(251,101,148); }
div.DivClassName
{
background-color: #FB6594;
}
.BgClassName
{
background-color: #FB6594;
}
</style>
border-color css
<style>
span { border-color: #FB6594; }
span { border-color: rgb(251,101,148); }
td.TdClassName
{
border-color: #FB6594;
}
.TagClassName
{
border-color: #FB6594;
}
</style>