Shades of Brink Pink #FE6883
Tints of Brink Pink #FE6883
RGB
CMYK
RGB Variations
Color information
#FE6883 (or 0xFE6883) is known color: Brink Pink. HEX triplet: FE, 68 and 83. RGB value is (254,104,131). Sum of RGB (Red+Green+Blue) = 254+104+131=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6883 is #01977C. Grayscale: #979797. Windows color (decimal): -104317 or 8612094. OLE color: 8612094.
HSL color Cylindrical-coordinate representation of color #FE6883: hue angle of 349.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6883 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 131 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.00 |
| HSL | 349.2º | 0.99% | 0.7% | - |
| HSV(B) | 349.2º | 0.59% | 1% | - |
| XYZ | 49.92 | 32.61 | 25.14 | - |
| YUV | 151.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 131 | 0 | 0.59 | 0.48 | 0.00 | 349.2 | 0.99 | 0.7 |
| Hex | FE | 68 | 83 | 0 | 3B | 30 | 0 | 15D | 63 | 46 |
| Octal | 376 | 150 | 203 | 0 | 73 | 60 | 0 | 535 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10000011 | 0 | 111011 | 110000 | 0 | 101011101 | 1100011 | 1000110 |
Color Harmonies of #FE6883
Complementary color
Monochromatic Colors of #FE6883
Black with #FE6883
Text Example
Text Example
White with #FE6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6883; }
p { color: rgb(254,104,131); }
H1.HeaderClassName
{
color: #FE6883;
}
.AnyTagClassName
{
color: #FE6883;
}
</style>
background-color css
<style>
a { background-color: #FE6883; }
a { background-color: rgb(254,104,131); }
div.DivClassName
{
background-color: #FE6883;
}
.BgClassName
{
background-color: #FE6883;
}
</style>
border-color css
<style>
span { border-color: #FE6883; }
span { border-color: rgb(254,104,131); }
td.TdClassName
{
border-color: #FE6883;
}
.TagClassName
{
border-color: #FE6883;
}
</style>