Shades of Brink Pink #FE6386
Tints of Brink Pink #FE6386
RGB
CMYK
RGB Variations
Color information
#FE6386 (or 0xFE6386) is known color: Brink Pink. HEX triplet: FE, 63 and 86. RGB value is (254,99,134). Sum of RGB (Red+Green+Blue) = 254+99+134=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6386 is #019C79. Grayscale: #959595. Windows color (decimal): -105594 or 8807422. OLE color: 8807422.
HSL color Cylindrical-coordinate representation of color #FE6386: hue angle of 346.45º 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 #FE6386 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 134 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.00 |
| HSL | 346.45º | 0.99% | 0.69% | - |
| HSV(B) | 346.45º | 0.61% | 1% | - |
| XYZ | 49.64 | 31.72 | 26.06 | - |
| YUV | 149.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 134 | 0 | 0.61 | 0.47 | 0.00 | 346.45 | 0.99 | 0.69 |
| Hex | FE | 63 | 86 | 0 | 3D | 2F | 0 | 15A | 63 | 45 |
| Octal | 376 | 143 | 206 | 0 | 75 | 57 | 0 | 532 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10000110 | 0 | 111101 | 101111 | 0 | 101011010 | 1100011 | 1000101 |
Color Harmonies of #FE6386
Complementary color
Monochromatic Colors of #FE6386
Black with #FE6386
Text Example
Text Example
White with #FE6386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6386; }
p { color: rgb(254,99,134); }
H1.HeaderClassName
{
color: #FE6386;
}
.AnyTagClassName
{
color: #FE6386;
}
</style>
background-color css
<style>
a { background-color: #FE6386; }
a { background-color: rgb(254,99,134); }
div.DivClassName
{
background-color: #FE6386;
}
.BgClassName
{
background-color: #FE6386;
}
</style>
border-color css
<style>
span { border-color: #FE6386; }
span { border-color: rgb(254,99,134); }
td.TdClassName
{
border-color: #FE6386;
}
.TagClassName
{
border-color: #FE6386;
}
</style>