Shades of Brink Pink #FE6281
Tints of Brink Pink #FE6281
RGB
CMYK
RGB Variations
Color information
#FE6281 (or 0xFE6281) is known color: Brink Pink. HEX triplet: FE, 62 and 81. RGB value is (254,98,129). Sum of RGB (Red+Green+Blue) = 254+98+129=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6281 is #019D7E. Grayscale: #949494. Windows color (decimal): -105855 or 8479486. OLE color: 8479486.
HSL color Cylindrical-coordinate representation of color #FE6281: hue angle of 348.08º 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 #FE6281 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 129 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.00 |
| HSL | 348.08º | 0.99% | 0.69% | - |
| HSV(B) | 348.08º | 0.61% | 1% | - |
| XYZ | 49.2 | 31.39 | 24.23 | - |
| YUV | 148.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 129 | 0 | 0.61 | 0.49 | 0.00 | 348.08 | 0.99 | 0.69 |
| Hex | FE | 62 | 81 | 0 | 3D | 31 | 0 | 15C | 63 | 45 |
| Octal | 376 | 142 | 201 | 0 | 75 | 61 | 0 | 534 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10000001 | 0 | 111101 | 110001 | 0 | 101011100 | 1100011 | 1000101 |
Color Harmonies of #FE6281
Complementary color
Monochromatic Colors of #FE6281
Black with #FE6281
Text Example
Text Example
White with #FE6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6281; }
p { color: rgb(254,98,129); }
H1.HeaderClassName
{
color: #FE6281;
}
.AnyTagClassName
{
color: #FE6281;
}
</style>
background-color css
<style>
a { background-color: #FE6281; }
a { background-color: rgb(254,98,129); }
div.DivClassName
{
background-color: #FE6281;
}
.BgClassName
{
background-color: #FE6281;
}
</style>
border-color css
<style>
span { border-color: #FE6281; }
span { border-color: rgb(254,98,129); }
td.TdClassName
{
border-color: #FE6281;
}
.TagClassName
{
border-color: #FE6281;
}
</style>