Shades of Brink Pink #FE6280
Tints of Brink Pink #FE6280
RGB
CMYK
RGB Variations
Color information
#FE6280 (or 0xFE6280) is known color: Brink Pink. HEX triplet: FE, 62 and 80. RGB value is (254,98,128). Sum of RGB (Red+Green+Blue) = 254+98+128=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6280 is #019D7F. Grayscale: #949494. Windows color (decimal): -105856 or 8413950. OLE color: 8413950.
HSL color Cylindrical-coordinate representation of color #FE6280: hue angle of 348.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6280 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 128 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.00 |
| HSL | 348.46º | 0.99% | 0.69% | - |
| HSV(B) | 348.46º | 0.61% | 1% | - |
| XYZ | 49.14 | 31.36 | 23.89 | - |
| YUV | 148.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 128 | 0 | 0.61 | 0.50 | 0.00 | 348.46 | 0.99 | 0.69 |
| Hex | FE | 62 | 80 | 0 | 3D | 32 | 0 | 15C | 63 | 45 |
| Octal | 376 | 142 | 200 | 0 | 75 | 62 | 0 | 534 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10000000 | 0 | 111101 | 110010 | 0 | 101011100 | 1100011 | 1000101 |
Color Harmonies of #FE6280
Complementary color
Monochromatic Colors of #FE6280
Black with #FE6280
Text Example
Text Example
White with #FE6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6280; }
p { color: rgb(254,98,128); }
H1.HeaderClassName
{
color: #FE6280;
}
.AnyTagClassName
{
color: #FE6280;
}
</style>
background-color css
<style>
a { background-color: #FE6280; }
a { background-color: rgb(254,98,128); }
div.DivClassName
{
background-color: #FE6280;
}
.BgClassName
{
background-color: #FE6280;
}
</style>
border-color css
<style>
span { border-color: #FE6280; }
span { border-color: rgb(254,98,128); }
td.TdClassName
{
border-color: #FE6280;
}
.TagClassName
{
border-color: #FE6280;
}
</style>