Shades of Brink Pink #FE607C
Tints of Brink Pink #FE607C
RGB
CMYK
RGB Variations
Color information
#FE607C (or 0xFE607C) is known color: Brink Pink. HEX triplet: FE, 60 and 7C. RGB value is (254,96,124). Sum of RGB (Red+Green+Blue) = 254+96+124=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE607C is #019F83. Grayscale: #929292. Windows color (decimal): -106372 or 8151294. OLE color: 8151294.
HSL color Cylindrical-coordinate representation of color #FE607C: hue angle of 349.37º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE607C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 124 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.00 |
| HSL | 349.37º | 0.99% | 0.69% | - |
| HSV(B) | 349.37º | 0.62% | 1% | - |
| XYZ | 48.69 | 30.89 | 22.47 | - |
| YUV | 146.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 124 | 0 | 0.62 | 0.51 | 0.00 | 349.37 | 0.99 | 0.69 |
| Hex | FE | 60 | 7C | 0 | 3E | 33 | 0 | 15D | 63 | 45 |
| Octal | 376 | 140 | 174 | 0 | 76 | 63 | 0 | 535 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1111100 | 0 | 111110 | 110011 | 0 | 101011101 | 1100011 | 1000101 |
Color Harmonies of #FE607C
Complementary color
Monochromatic Colors of #FE607C
Black with #FE607C
Text Example
Text Example
White with #FE607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE607C; }
p { color: rgb(254,96,124); }
H1.HeaderClassName
{
color: #FE607C;
}
.AnyTagClassName
{
color: #FE607C;
}
</style>
background-color css
<style>
a { background-color: #FE607C; }
a { background-color: rgb(254,96,124); }
div.DivClassName
{
background-color: #FE607C;
}
.BgClassName
{
background-color: #FE607C;
}
</style>
border-color css
<style>
span { border-color: #FE607C; }
span { border-color: rgb(254,96,124); }
td.TdClassName
{
border-color: #FE607C;
}
.TagClassName
{
border-color: #FE607C;
}
</style>