Shades of Brink Pink #FE6494
Tints of Brink Pink #FE6494
RGB
CMYK
RGB Variations
Color information
#FE6494 (or 0xFE6494) is known color: Brink Pink. HEX triplet: FE, 64 and 94. RGB value is (254,100,148). Sum of RGB (Red+Green+Blue) = 254+100+148=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6494 is #019B6B. Grayscale: #979797. Windows color (decimal): -105324 or 9725182. OLE color: 9725182.
HSL color Cylindrical-coordinate representation of color #FE6494: hue angle of 341.3º 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 #FE6494 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 148 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.00 |
| HSL | 341.3º | 0.99% | 0.69% | - |
| HSV(B) | 341.3º | 0.61% | 1% | - |
| XYZ | 50.78 | 32.32 | 31.58 | - |
| YUV | 151.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 148 | 0 | 0.61 | 0.42 | 0.00 | 341.3 | 0.99 | 0.69 |
| Hex | FE | 64 | 94 | 0 | 3D | 2A | 0 | 155 | 63 | 45 |
| Octal | 376 | 144 | 224 | 0 | 75 | 52 | 0 | 525 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10010100 | 0 | 111101 | 101010 | 0 | 101010101 | 1100011 | 1000101 |
Color Harmonies of #FE6494
Complementary color
Monochromatic Colors of #FE6494
Black with #FE6494
Text Example
Text Example
White with #FE6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6494; }
p { color: rgb(254,100,148); }
H1.HeaderClassName
{
color: #FE6494;
}
.AnyTagClassName
{
color: #FE6494;
}
</style>
background-color css
<style>
a { background-color: #FE6494; }
a { background-color: rgb(254,100,148); }
div.DivClassName
{
background-color: #FE6494;
}
.BgClassName
{
background-color: #FE6494;
}
</style>
border-color css
<style>
span { border-color: #FE6494; }
span { border-color: rgb(254,100,148); }
td.TdClassName
{
border-color: #FE6494;
}
.TagClassName
{
border-color: #FE6494;
}
</style>