Shades of Brink Pink #FE6C83
Tints of Brink Pink #FE6C83
RGB
CMYK
RGB Variations
Color information
#FE6C83 (or 0xFE6C83) is known color: Brink Pink. HEX triplet: FE, 6C and 83. RGB value is (254,108,131). Sum of RGB (Red+Green+Blue) = 254+108+131=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C83 is #01937C. Grayscale: #9A9A9A. Windows color (decimal): -103293 or 8613118. OLE color: 8613118.
HSL color Cylindrical-coordinate representation of color #FE6C83: hue angle of 350.55º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6C83 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 131 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.00 |
| HSL | 350.55º | 0.99% | 0.71% | - |
| HSV(B) | 350.55º | 0.57% | 1% | - |
| XYZ | 50.33 | 33.43 | 25.27 | - |
| YUV | 154.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 131 | 0 | 0.57 | 0.48 | 0.00 | 350.55 | 0.99 | 0.71 |
| Hex | FE | 6C | 83 | 0 | 39 | 30 | 0 | 15F | 63 | 47 |
| Octal | 376 | 154 | 203 | 0 | 71 | 60 | 0 | 537 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10000011 | 0 | 111001 | 110000 | 0 | 101011111 | 1100011 | 1000111 |
Color Harmonies of #FE6C83
Complementary color
Monochromatic Colors of #FE6C83
Black with #FE6C83
Text Example
Text Example
White with #FE6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C83; }
p { color: rgb(254,108,131); }
H1.HeaderClassName
{
color: #FE6C83;
}
.AnyTagClassName
{
color: #FE6C83;
}
</style>
background-color css
<style>
a { background-color: #FE6C83; }
a { background-color: rgb(254,108,131); }
div.DivClassName
{
background-color: #FE6C83;
}
.BgClassName
{
background-color: #FE6C83;
}
</style>
border-color css
<style>
span { border-color: #FE6C83; }
span { border-color: rgb(254,108,131); }
td.TdClassName
{
border-color: #FE6C83;
}
.TagClassName
{
border-color: #FE6C83;
}
</style>