Shades of Brink Pink #FB727D
Tints of Brink Pink #FB727D
RGB
CMYK
RGB Variations
Color information
#FB727D (or 0xFB727D) is known color: Brink Pink. HEX triplet: FB, 72 and 7D. RGB value is (251,114,125). Sum of RGB (Red+Green+Blue) = 251+114+125=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB727D is #048D82. Grayscale: #9C9C9C. Windows color (decimal): -298371 or 8221435. OLE color: 8221435.
HSL color Cylindrical-coordinate representation of color #FB727D: hue angle of 355.18º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB727D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 125 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.02 |
| HSL | 355.18º | 0.94% | 0.72% | - |
| HSV(B) | 355.18º | 0.55% | 0.98% | - |
| XYZ | 49.5 | 34.02 | 23.36 | - |
| YUV | 156.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 125 | 0 | 0.55 | 0.50 | 0.02 | 355.18 | 0.94 | 0.72 |
| Hex | FB | 72 | 7D | 0 | 37 | 32 | 2 | 163 | 5E | 48 |
| Octal | 373 | 162 | 175 | 0 | 67 | 62 | 2 | 543 | 136 | 110 |
| Binary | 11111011 | 1110010 | 1111101 | 0 | 110111 | 110010 | 10 | 101100011 | 1011110 | 1001000 |
Color Harmonies of #FB727D
Complementary color
Monochromatic Colors of #FB727D
Black with #FB727D
Text Example
Text Example
White with #FB727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB727D; }
p { color: rgb(251,114,125); }
H1.HeaderClassName
{
color: #FB727D;
}
.AnyTagClassName
{
color: #FB727D;
}
</style>
background-color css
<style>
a { background-color: #FB727D; }
a { background-color: rgb(251,114,125); }
div.DivClassName
{
background-color: #FB727D;
}
.BgClassName
{
background-color: #FB727D;
}
</style>
border-color css
<style>
span { border-color: #FB727D; }
span { border-color: rgb(251,114,125); }
td.TdClassName
{
border-color: #FB727D;
}
.TagClassName
{
border-color: #FB727D;
}
</style>