Shades of Brink Pink #FB5C7E
Tints of Brink Pink #FB5C7E
RGB
CMYK
RGB Variations
Color information
#FB5C7E (or 0xFB5C7E) is known color: Brink Pink. HEX triplet: FB, 5C and 7E. RGB value is (251,92,126). Sum of RGB (Red+Green+Blue) = 251+92+126=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5C7E is #04A381. Grayscale: #8F8F8F. Windows color (decimal): -304002 or 8281339. OLE color: 8281339.
HSL color Cylindrical-coordinate representation of color #FB5C7E: hue angle of 347.17º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C7E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 126 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.02 |
| HSL | 347.17º | 0.95% | 0.67% | - |
| HSV(B) | 347.17º | 0.63% | 0.98% | - |
| XYZ | 47.38 | 29.67 | 22.97 | - |
| YUV | 143.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 126 | 0 | 0.63 | 0.50 | 0.02 | 347.17 | 0.95 | 0.67 |
| Hex | FB | 5C | 7E | 0 | 3F | 32 | 2 | 15B | 5F | 43 |
| Octal | 373 | 134 | 176 | 0 | 77 | 62 | 2 | 533 | 137 | 103 |
| Binary | 11111011 | 1011100 | 1111110 | 0 | 111111 | 110010 | 10 | 101011011 | 1011111 | 1000011 |
Color Harmonies of #FB5C7E
Complementary color
Monochromatic Colors of #FB5C7E
Black with #FB5C7E
Text Example
Text Example
White with #FB5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C7E; }
p { color: rgb(251,92,126); }
H1.HeaderClassName
{
color: #FB5C7E;
}
.AnyTagClassName
{
color: #FB5C7E;
}
</style>
background-color css
<style>
a { background-color: #FB5C7E; }
a { background-color: rgb(251,92,126); }
div.DivClassName
{
background-color: #FB5C7E;
}
.BgClassName
{
background-color: #FB5C7E;
}
</style>
border-color css
<style>
span { border-color: #FB5C7E; }
span { border-color: rgb(251,92,126); }
td.TdClassName
{
border-color: #FB5C7E;
}
.TagClassName
{
border-color: #FB5C7E;
}
</style>