Shades of Brink Pink #F8617E
Tints of Brink Pink #F8617E
RGB
CMYK
RGB Variations
Color information
#F8617E (or 0xF8617E) is known color: Brink Pink. HEX triplet: F8, 61 and 7E. RGB value is (248,97,126). Sum of RGB (Red+Green+Blue) = 248+97+126=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8617E is #079E81. Grayscale: #919191. Windows color (decimal): -499330 or 8282616. OLE color: 8282616.
HSL color Cylindrical-coordinate representation of color #F8617E: hue angle of 348.48º 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 #F8617E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 126 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.03 |
| HSL | 348.48º | 0.92% | 0.68% | - |
| HSV(B) | 348.48º | 0.61% | 0.97% | - |
| XYZ | 46.75 | 30.01 | 23.07 | - |
| YUV | 145.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 126 | 0 | 0.61 | 0.49 | 0.03 | 348.48 | 0.92 | 0.68 |
| Hex | F8 | 61 | 7E | 0 | 3D | 31 | 3 | 15C | 5C | 44 |
| Octal | 370 | 141 | 176 | 0 | 75 | 61 | 3 | 534 | 134 | 104 |
| Binary | 11111000 | 1100001 | 1111110 | 0 | 111101 | 110001 | 11 | 101011100 | 1011100 | 1000100 |
Color Harmonies of #F8617E
Complementary color
Monochromatic Colors of #F8617E
Black with #F8617E
Text Example
Text Example
White with #F8617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8617E; }
p { color: rgb(248,97,126); }
H1.HeaderClassName
{
color: #F8617E;
}
.AnyTagClassName
{
color: #F8617E;
}
</style>
background-color css
<style>
a { background-color: #F8617E; }
a { background-color: rgb(248,97,126); }
div.DivClassName
{
background-color: #F8617E;
}
.BgClassName
{
background-color: #F8617E;
}
</style>
border-color css
<style>
span { border-color: #F8617E; }
span { border-color: rgb(248,97,126); }
td.TdClassName
{
border-color: #F8617E;
}
.TagClassName
{
border-color: #F8617E;
}
</style>