Shades of Brink Pink #F8617A
Tints of Brink Pink #F8617A
RGB
CMYK
RGB Variations
Color information
#F8617A (or 0xF8617A) is known color: Brink Pink. HEX triplet: F8, 61 and 7A. RGB value is (248,97,122). Sum of RGB (Red+Green+Blue) = 248+97+122=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8617A is #079E85. Grayscale: #919191. Windows color (decimal): -499334 or 8020472. OLE color: 8020472.
HSL color Cylindrical-coordinate representation of color #F8617A: hue angle of 350.07º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8617A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 122 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.03 |
| HSL | 350.07º | 0.92% | 0.68% | - |
| HSV(B) | 350.07º | 0.61% | 0.97% | - |
| XYZ | 46.5 | 29.91 | 21.73 | - |
| YUV | 145 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 122 | 0 | 0.61 | 0.51 | 0.03 | 350.07 | 0.92 | 0.68 |
| Hex | F8 | 61 | 7A | 0 | 3D | 33 | 3 | 15E | 5C | 44 |
| Octal | 370 | 141 | 172 | 0 | 75 | 63 | 3 | 536 | 134 | 104 |
| Binary | 11111000 | 1100001 | 1111010 | 0 | 111101 | 110011 | 11 | 101011110 | 1011100 | 1000100 |
Color Harmonies of #F8617A
Complementary color
Monochromatic Colors of #F8617A
Black with #F8617A
Text Example
Text Example
White with #F8617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8617A; }
p { color: rgb(248,97,122); }
H1.HeaderClassName
{
color: #F8617A;
}
.AnyTagClassName
{
color: #F8617A;
}
</style>
background-color css
<style>
a { background-color: #F8617A; }
a { background-color: rgb(248,97,122); }
div.DivClassName
{
background-color: #F8617A;
}
.BgClassName
{
background-color: #F8617A;
}
</style>
border-color css
<style>
span { border-color: #F8617A; }
span { border-color: rgb(248,97,122); }
td.TdClassName
{
border-color: #F8617A;
}
.TagClassName
{
border-color: #F8617A;
}
</style>