Shades of Brink Pink #F8607E
Tints of Brink Pink #F8607E
RGB
CMYK
RGB Variations
Color information
#F8607E (or 0xF8607E) is known color: Brink Pink. HEX triplet: F8, 60 and 7E. RGB value is (248,96,126). Sum of RGB (Red+Green+Blue) = 248+96+126=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8607E is #079F81. Grayscale: #909090. Windows color (decimal): -499586 or 8282360. OLE color: 8282360.
HSL color Cylindrical-coordinate representation of color #F8607E: hue angle of 348.16º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8607E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 126 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.03 |
| HSL | 348.16º | 0.92% | 0.67% | - |
| HSV(B) | 348.16º | 0.61% | 0.97% | - |
| XYZ | 46.66 | 29.83 | 23.04 | - |
| YUV | 144.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 126 | 0 | 0.61 | 0.49 | 0.03 | 348.16 | 0.92 | 0.67 |
| Hex | F8 | 60 | 7E | 0 | 3D | 31 | 3 | 15C | 5C | 43 |
| Octal | 370 | 140 | 176 | 0 | 75 | 61 | 3 | 534 | 134 | 103 |
| Binary | 11111000 | 1100000 | 1111110 | 0 | 111101 | 110001 | 11 | 101011100 | 1011100 | 1000011 |
Color Harmonies of #F8607E
Complementary color
Monochromatic Colors of #F8607E
Black with #F8607E
Text Example
Text Example
White with #F8607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8607E; }
p { color: rgb(248,96,126); }
H1.HeaderClassName
{
color: #F8607E;
}
.AnyTagClassName
{
color: #F8607E;
}
</style>
background-color css
<style>
a { background-color: #F8607E; }
a { background-color: rgb(248,96,126); }
div.DivClassName
{
background-color: #F8607E;
}
.BgClassName
{
background-color: #F8607E;
}
</style>
border-color css
<style>
span { border-color: #F8607E; }
span { border-color: rgb(248,96,126); }
td.TdClassName
{
border-color: #F8607E;
}
.TagClassName
{
border-color: #F8607E;
}
</style>