Shades of Brink Pink #FE6490
Tints of Brink Pink #FE6490
RGB
CMYK
RGB Variations
Color information
#FE6490 (or 0xFE6490) is known color: Brink Pink. HEX triplet: FE, 64 and 90. RGB value is (254,100,144). Sum of RGB (Red+Green+Blue) = 254+100+144=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6490 is #019B6F. Grayscale: #979797. Windows color (decimal): -105328 or 9463038. OLE color: 9463038.
HSL color Cylindrical-coordinate representation of color #FE6490: hue angle of 342.86º 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 #FE6490 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 144 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.00 |
| HSL | 342.86º | 0.99% | 0.69% | - |
| HSV(B) | 342.86º | 0.61% | 1% | - |
| XYZ | 50.46 | 32.2 | 29.94 | - |
| YUV | 151.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 144 | 0 | 0.61 | 0.43 | 0.00 | 342.86 | 0.99 | 0.69 |
| Hex | FE | 64 | 90 | 0 | 3D | 2B | 0 | 157 | 63 | 45 |
| Octal | 376 | 144 | 220 | 0 | 75 | 53 | 0 | 527 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10010000 | 0 | 111101 | 101011 | 0 | 101010111 | 1100011 | 1000101 |
Color Harmonies of #FE6490
Complementary color
Monochromatic Colors of #FE6490
Black with #FE6490
Text Example
Text Example
White with #FE6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6490; }
p { color: rgb(254,100,144); }
H1.HeaderClassName
{
color: #FE6490;
}
.AnyTagClassName
{
color: #FE6490;
}
</style>
background-color css
<style>
a { background-color: #FE6490; }
a { background-color: rgb(254,100,144); }
div.DivClassName
{
background-color: #FE6490;
}
.BgClassName
{
background-color: #FE6490;
}
</style>
border-color css
<style>
span { border-color: #FE6490; }
span { border-color: rgb(254,100,144); }
td.TdClassName
{
border-color: #FE6490;
}
.TagClassName
{
border-color: #FE6490;
}
</style>