Shades of Brink Pink #FE6392
Tints of Brink Pink #FE6392
RGB
CMYK
RGB Variations
Color information
#FE6392 (or 0xFE6392) is known color: Brink Pink. HEX triplet: FE, 63 and 92. RGB value is (254,99,146). Sum of RGB (Red+Green+Blue) = 254+99+146=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6392 is #019C6D. Grayscale: #969696. Windows color (decimal): -105582 or 9593854. OLE color: 9593854.
HSL color Cylindrical-coordinate representation of color #FE6392: hue angle of 341.81º 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 #FE6392 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 146 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.00 |
| HSL | 341.81º | 0.99% | 0.69% | - |
| HSV(B) | 341.81º | 0.61% | 1% | - |
| XYZ | 50.52 | 32.07 | 30.72 | - |
| YUV | 150.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 146 | 0 | 0.61 | 0.43 | 0.00 | 341.81 | 0.99 | 0.69 |
| Hex | FE | 63 | 92 | 0 | 3D | 2B | 0 | 156 | 63 | 45 |
| Octal | 376 | 143 | 222 | 0 | 75 | 53 | 0 | 526 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10010010 | 0 | 111101 | 101011 | 0 | 101010110 | 1100011 | 1000101 |
Color Harmonies of #FE6392
Complementary color
Monochromatic Colors of #FE6392
Black with #FE6392
Text Example
Text Example
White with #FE6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6392; }
p { color: rgb(254,99,146); }
H1.HeaderClassName
{
color: #FE6392;
}
.AnyTagClassName
{
color: #FE6392;
}
</style>
background-color css
<style>
a { background-color: #FE6392; }
a { background-color: rgb(254,99,146); }
div.DivClassName
{
background-color: #FE6392;
}
.BgClassName
{
background-color: #FE6392;
}
</style>
border-color css
<style>
span { border-color: #FE6392; }
span { border-color: rgb(254,99,146); }
td.TdClassName
{
border-color: #FE6392;
}
.TagClassName
{
border-color: #FE6392;
}
</style>