Shades of Brink Pink #FB5B7D
Tints of Brink Pink #FB5B7D
RGB
CMYK
RGB Variations
Color information
#FB5B7D (or 0xFB5B7D) is known color: Brink Pink. HEX triplet: FB, 5B and 7D. RGB value is (251,91,125). Sum of RGB (Red+Green+Blue) = 251+91+125=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5B7D is #04A482. Grayscale: #8E8E8E. Windows color (decimal): -304259 or 8215547. OLE color: 8215547.
HSL color Cylindrical-coordinate representation of color #FB5B7D: hue angle of 347.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5B7D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 125 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.02 |
| HSL | 347.25º | 0.95% | 0.67% | - |
| HSV(B) | 347.25º | 0.64% | 0.98% | - |
| XYZ | 47.23 | 29.47 | 22.6 | - |
| YUV | 142.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 125 | 0 | 0.64 | 0.50 | 0.02 | 347.25 | 0.95 | 0.67 |
| Hex | FB | 5B | 7D | 0 | 40 | 32 | 2 | 15B | 5F | 43 |
| Octal | 373 | 133 | 175 | 0 | 100 | 62 | 2 | 533 | 137 | 103 |
| Binary | 11111011 | 1011011 | 1111101 | 0 | 1000000 | 110010 | 10 | 101011011 | 1011111 | 1000011 |
Color Harmonies of #FB5B7D
Complementary color
Monochromatic Colors of #FB5B7D
Black with #FB5B7D
Text Example
Text Example
White with #FB5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B7D; }
p { color: rgb(251,91,125); }
H1.HeaderClassName
{
color: #FB5B7D;
}
.AnyTagClassName
{
color: #FB5B7D;
}
</style>
background-color css
<style>
a { background-color: #FB5B7D; }
a { background-color: rgb(251,91,125); }
div.DivClassName
{
background-color: #FB5B7D;
}
.BgClassName
{
background-color: #FB5B7D;
}
</style>
border-color css
<style>
span { border-color: #FB5B7D; }
span { border-color: rgb(251,91,125); }
td.TdClassName
{
border-color: #FB5B7D;
}
.TagClassName
{
border-color: #FB5B7D;
}
</style>