Shades of Brink Pink #FB607E
Tints of Brink Pink #FB607E
RGB
CMYK
RGB Variations
Color information
#FB607E (or 0xFB607E) is known color: Brink Pink. HEX triplet: FB, 60 and 7E. RGB value is (251,96,126). Sum of RGB (Red+Green+Blue) = 251+96+126=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB607E is #049F81. Grayscale: #919191. Windows color (decimal): -302978 or 8282363. OLE color: 8282363.
HSL color Cylindrical-coordinate representation of color #FB607E: hue angle of 348.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB607E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 126 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.02 |
| HSL | 348.39º | 0.95% | 0.68% | - |
| HSV(B) | 348.39º | 0.62% | 0.98% | - |
| XYZ | 47.73 | 30.38 | 23.09 | - |
| YUV | 145.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 126 | 0 | 0.62 | 0.50 | 0.02 | 348.39 | 0.95 | 0.68 |
| Hex | FB | 60 | 7E | 0 | 3E | 32 | 2 | 15C | 5F | 44 |
| Octal | 373 | 140 | 176 | 0 | 76 | 62 | 2 | 534 | 137 | 104 |
| Binary | 11111011 | 1100000 | 1111110 | 0 | 111110 | 110010 | 10 | 101011100 | 1011111 | 1000100 |
Color Harmonies of #FB607E
Complementary color
Monochromatic Colors of #FB607E
Black with #FB607E
Text Example
Text Example
White with #FB607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB607E; }
p { color: rgb(251,96,126); }
H1.HeaderClassName
{
color: #FB607E;
}
.AnyTagClassName
{
color: #FB607E;
}
</style>
background-color css
<style>
a { background-color: #FB607E; }
a { background-color: rgb(251,96,126); }
div.DivClassName
{
background-color: #FB607E;
}
.BgClassName
{
background-color: #FB607E;
}
</style>
border-color css
<style>
span { border-color: #FB607E; }
span { border-color: rgb(251,96,126); }
td.TdClassName
{
border-color: #FB607E;
}
.TagClassName
{
border-color: #FB607E;
}
</style>