Shades of Brink Pink #FE6385
Tints of Brink Pink #FE6385
RGB
CMYK
RGB Variations
Color information
#FE6385 (or 0xFE6385) is known color: Brink Pink. HEX triplet: FE, 63 and 85. RGB value is (254,99,133). Sum of RGB (Red+Green+Blue) = 254+99+133=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6385 is #019C7A. Grayscale: #959595. Windows color (decimal): -105595 or 8741886. OLE color: 8741886.
HSL color Cylindrical-coordinate representation of color #FE6385: hue angle of 346.84º 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 #FE6385 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 133 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.00 |
| HSL | 346.84º | 0.99% | 0.69% | - |
| HSV(B) | 346.84º | 0.61% | 1% | - |
| XYZ | 49.57 | 31.69 | 25.69 | - |
| YUV | 149.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 133 | 0 | 0.61 | 0.48 | 0.00 | 346.84 | 0.99 | 0.69 |
| Hex | FE | 63 | 85 | 0 | 3D | 30 | 0 | 15B | 63 | 45 |
| Octal | 376 | 143 | 205 | 0 | 75 | 60 | 0 | 533 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10000101 | 0 | 111101 | 110000 | 0 | 101011011 | 1100011 | 1000101 |
Color Harmonies of #FE6385
Complementary color
Monochromatic Colors of #FE6385
Black with #FE6385
Text Example
Text Example
White with #FE6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6385; }
p { color: rgb(254,99,133); }
H1.HeaderClassName
{
color: #FE6385;
}
.AnyTagClassName
{
color: #FE6385;
}
</style>
background-color css
<style>
a { background-color: #FE6385; }
a { background-color: rgb(254,99,133); }
div.DivClassName
{
background-color: #FE6385;
}
.BgClassName
{
background-color: #FE6385;
}
</style>
border-color css
<style>
span { border-color: #FE6385; }
span { border-color: rgb(254,99,133); }
td.TdClassName
{
border-color: #FE6385;
}
.TagClassName
{
border-color: #FE6385;
}
</style>