Shades of Brink Pink #F9607D
Tints of Brink Pink #F9607D
RGB
CMYK
RGB Variations
Color information
#F9607D (or 0xF9607D) is known color: Brink Pink. HEX triplet: F9, 60 and 7D. RGB value is (249,96,125). Sum of RGB (Red+Green+Blue) = 249+96+125=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9607D is #069F82. Grayscale: #919191. Windows color (decimal): -434051 or 8216825. OLE color: 8216825.
HSL color Cylindrical-coordinate representation of color #F9607D: hue angle of 348.63º 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 #F9607D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 125 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.02 |
| HSL | 348.63º | 0.93% | 0.68% | - |
| HSV(B) | 348.63º | 0.61% | 0.98% | - |
| XYZ | 46.95 | 29.99 | 22.72 | - |
| YUV | 145.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 125 | 0 | 0.61 | 0.50 | 0.02 | 348.63 | 0.93 | 0.68 |
| Hex | F9 | 60 | 7D | 0 | 3D | 32 | 2 | 15D | 5D | 44 |
| Octal | 371 | 140 | 175 | 0 | 75 | 62 | 2 | 535 | 135 | 104 |
| Binary | 11111001 | 1100000 | 1111101 | 0 | 111101 | 110010 | 10 | 101011101 | 1011101 | 1000100 |
Color Harmonies of #F9607D
Complementary color
Monochromatic Colors of #F9607D
Black with #F9607D
Text Example
Text Example
White with #F9607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9607D; }
p { color: rgb(249,96,125); }
H1.HeaderClassName
{
color: #F9607D;
}
.AnyTagClassName
{
color: #F9607D;
}
</style>
background-color css
<style>
a { background-color: #F9607D; }
a { background-color: rgb(249,96,125); }
div.DivClassName
{
background-color: #F9607D;
}
.BgClassName
{
background-color: #F9607D;
}
</style>
border-color css
<style>
span { border-color: #F9607D; }
span { border-color: rgb(249,96,125); }
td.TdClassName
{
border-color: #F9607D;
}
.TagClassName
{
border-color: #F9607D;
}
</style>