Shades of Brink Pink #FE648E
Tints of Brink Pink #FE648E
RGB
CMYK
RGB Variations
Color information
#FE648E (or 0xFE648E) is known color: Brink Pink. HEX triplet: FE, 64 and 8E. RGB value is (254,100,142). Sum of RGB (Red+Green+Blue) = 254+100+142=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE648E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE648E is #019B71. Grayscale: #969696. Windows color (decimal): -105330 or 9331966. OLE color: 9331966.
HSL color Cylindrical-coordinate representation of color #FE648E: hue angle of 343.64º 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 #FE648E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 142 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.00 |
| HSL | 343.64º | 0.99% | 0.69% | - |
| HSV(B) | 343.64º | 0.61% | 1% | - |
| XYZ | 50.31 | 32.14 | 29.14 | - |
| YUV | 150.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 142 | 0 | 0.61 | 0.44 | 0.00 | 343.64 | 0.99 | 0.69 |
| Hex | FE | 64 | 8E | 0 | 3D | 2C | 0 | 158 | 63 | 45 |
| Octal | 376 | 144 | 216 | 0 | 75 | 54 | 0 | 530 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10001110 | 0 | 111101 | 101100 | 0 | 101011000 | 1100011 | 1000101 |
Color Harmonies of #FE648E
Complementary color
Monochromatic Colors of #FE648E
Black with #FE648E
Text Example
Text Example
White with #FE648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE648E; }
p { color: rgb(254,100,142); }
H1.HeaderClassName
{
color: #FE648E;
}
.AnyTagClassName
{
color: #FE648E;
}
</style>
background-color css
<style>
a { background-color: #FE648E; }
a { background-color: rgb(254,100,142); }
div.DivClassName
{
background-color: #FE648E;
}
.BgClassName
{
background-color: #FE648E;
}
</style>
border-color css
<style>
span { border-color: #FE648E; }
span { border-color: rgb(254,100,142); }
td.TdClassName
{
border-color: #FE648E;
}
.TagClassName
{
border-color: #FE648E;
}
</style>