Shades of Brink Pink #FB628C
Tints of Brink Pink #FB628C
RGB
CMYK
RGB Variations
Color information
#FB628C (or 0xFB628C) is known color: Brink Pink. HEX triplet: FB, 62 and 8C. RGB value is (251,98,140). Sum of RGB (Red+Green+Blue) = 251+98+140=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB628C is #049D73. Grayscale: #949494. Windows color (decimal): -302452 or 9200379. OLE color: 9200379.
HSL color Cylindrical-coordinate representation of color #FB628C: hue angle of 343.53º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB628C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 140 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.02 |
| HSL | 343.53º | 0.95% | 0.68% | - |
| HSV(B) | 343.53º | 0.61% | 0.98% | - |
| XYZ | 48.88 | 31.14 | 28.24 | - |
| YUV | 148.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 140 | 0 | 0.61 | 0.44 | 0.02 | 343.53 | 0.95 | 0.68 |
| Hex | FB | 62 | 8C | 0 | 3D | 2C | 2 | 158 | 5F | 44 |
| Octal | 373 | 142 | 214 | 0 | 75 | 54 | 2 | 530 | 137 | 104 |
| Binary | 11111011 | 1100010 | 10001100 | 0 | 111101 | 101100 | 10 | 101011000 | 1011111 | 1000100 |
Color Harmonies of #FB628C
Complementary color
Monochromatic Colors of #FB628C
Black with #FB628C
Text Example
Text Example
White with #FB628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB628C; }
p { color: rgb(251,98,140); }
H1.HeaderClassName
{
color: #FB628C;
}
.AnyTagClassName
{
color: #FB628C;
}
</style>
background-color css
<style>
a { background-color: #FB628C; }
a { background-color: rgb(251,98,140); }
div.DivClassName
{
background-color: #FB628C;
}
.BgClassName
{
background-color: #FB628C;
}
</style>
border-color css
<style>
span { border-color: #FB628C; }
span { border-color: rgb(251,98,140); }
td.TdClassName
{
border-color: #FB628C;
}
.TagClassName
{
border-color: #FB628C;
}
</style>