Shades of Brink Pink #FB5A7E
Tints of Brink Pink #FB5A7E
RGB
CMYK
RGB Variations
Color information
#FB5A7E (or 0xFB5A7E) is known color: Brink Pink. HEX triplet: FB, 5A and 7E. RGB value is (251,90,126). Sum of RGB (Red+Green+Blue) = 251+90+126=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5A7E is #04A581. Grayscale: #8E8E8E. Windows color (decimal): -304514 or 8280827. OLE color: 8280827.
HSL color Cylindrical-coordinate representation of color #FB5A7E: hue angle of 346.58º 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 #FB5A7E is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 126 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.02 |
| HSL | 346.58º | 0.95% | 0.67% | - |
| HSV(B) | 346.58º | 0.64% | 0.98% | - |
| XYZ | 47.21 | 29.33 | 22.91 | - |
| YUV | 142.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 126 | 0 | 0.64 | 0.50 | 0.02 | 346.58 | 0.95 | 0.67 |
| Hex | FB | 5A | 7E | 0 | 40 | 32 | 2 | 15B | 5F | 43 |
| Octal | 373 | 132 | 176 | 0 | 100 | 62 | 2 | 533 | 137 | 103 |
| Binary | 11111011 | 1011010 | 1111110 | 0 | 1000000 | 110010 | 10 | 101011011 | 1011111 | 1000011 |
Color Harmonies of #FB5A7E
Complementary color
Monochromatic Colors of #FB5A7E
Black with #FB5A7E
Text Example
Text Example
White with #FB5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A7E; }
p { color: rgb(251,90,126); }
H1.HeaderClassName
{
color: #FB5A7E;
}
.AnyTagClassName
{
color: #FB5A7E;
}
</style>
background-color css
<style>
a { background-color: #FB5A7E; }
a { background-color: rgb(251,90,126); }
div.DivClassName
{
background-color: #FB5A7E;
}
.BgClassName
{
background-color: #FB5A7E;
}
</style>
border-color css
<style>
span { border-color: #FB5A7E; }
span { border-color: rgb(251,90,126); }
td.TdClassName
{
border-color: #FB5A7E;
}
.TagClassName
{
border-color: #FB5A7E;
}
</style>