Shades of Brink Pink #FE6394
Tints of Brink Pink #FE6394
RGB
CMYK
RGB Variations
Color information
#FE6394 (or 0xFE6394) is known color: Brink Pink. HEX triplet: FE, 63 and 94. RGB value is (254,99,148). Sum of RGB (Red+Green+Blue) = 254+99+148=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6394 is #019C6B. Grayscale: #969696. Windows color (decimal): -105580 or 9724926. OLE color: 9724926.
HSL color Cylindrical-coordinate representation of color #FE6394: hue angle of 341.03º 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 #FE6394 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 148 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.00 |
| HSL | 341.03º | 0.99% | 0.69% | - |
| HSV(B) | 341.03º | 0.61% | 1% | - |
| XYZ | 50.68 | 32.13 | 31.55 | - |
| YUV | 150.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 148 | 0 | 0.61 | 0.42 | 0.00 | 341.03 | 0.99 | 0.69 |
| Hex | FE | 63 | 94 | 0 | 3D | 2A | 0 | 155 | 63 | 45 |
| Octal | 376 | 143 | 224 | 0 | 75 | 52 | 0 | 525 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10010100 | 0 | 111101 | 101010 | 0 | 101010101 | 1100011 | 1000101 |
Color Harmonies of #FE6394
Complementary color
Monochromatic Colors of #FE6394
Black with #FE6394
Text Example
Text Example
White with #FE6394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6394; }
p { color: rgb(254,99,148); }
H1.HeaderClassName
{
color: #FE6394;
}
.AnyTagClassName
{
color: #FE6394;
}
</style>
background-color css
<style>
a { background-color: #FE6394; }
a { background-color: rgb(254,99,148); }
div.DivClassName
{
background-color: #FE6394;
}
.BgClassName
{
background-color: #FE6394;
}
</style>
border-color css
<style>
span { border-color: #FE6394; }
span { border-color: rgb(254,99,148); }
td.TdClassName
{
border-color: #FE6394;
}
.TagClassName
{
border-color: #FE6394;
}
</style>