Shades of Brink Pink #F9607B
Tints of Brink Pink #F9607B
RGB
CMYK
RGB Variations
Color information
#F9607B (or 0xF9607B) is known color: Brink Pink. HEX triplet: F9, 60 and 7B. RGB value is (249,96,123). Sum of RGB (Red+Green+Blue) = 249+96+123=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9607B is #069F84. Grayscale: #909090. Windows color (decimal): -434053 or 8085753. OLE color: 8085753.
HSL color Cylindrical-coordinate representation of color #F9607B: hue angle of 349.41º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9607B is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 123 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.02 |
| HSL | 349.41º | 0.93% | 0.68% | - |
| HSV(B) | 349.41º | 0.61% | 0.98% | - |
| XYZ | 46.82 | 29.94 | 22.05 | - |
| YUV | 144.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 123 | 0 | 0.61 | 0.51 | 0.02 | 349.41 | 0.93 | 0.68 |
| Hex | F9 | 60 | 7B | 0 | 3D | 33 | 2 | 15D | 5D | 44 |
| Octal | 371 | 140 | 173 | 0 | 75 | 63 | 2 | 535 | 135 | 104 |
| Binary | 11111001 | 1100000 | 1111011 | 0 | 111101 | 110011 | 10 | 101011101 | 1011101 | 1000100 |
Color Harmonies of #F9607B
Complementary color
Monochromatic Colors of #F9607B
Black with #F9607B
Text Example
Text Example
White with #F9607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9607B; }
p { color: rgb(249,96,123); }
H1.HeaderClassName
{
color: #F9607B;
}
.AnyTagClassName
{
color: #F9607B;
}
</style>
background-color css
<style>
a { background-color: #F9607B; }
a { background-color: rgb(249,96,123); }
div.DivClassName
{
background-color: #F9607B;
}
.BgClassName
{
background-color: #F9607B;
}
</style>
border-color css
<style>
span { border-color: #F9607B; }
span { border-color: rgb(249,96,123); }
td.TdClassName
{
border-color: #F9607B;
}
.TagClassName
{
border-color: #F9607B;
}
</style>