Shades of Brink Pink #FE648D
Tints of Brink Pink #FE648D
RGB
CMYK
RGB Variations
Color information
#FE648D (or 0xFE648D) is known color: Brink Pink. HEX triplet: FE, 64 and 8D. RGB value is (254,100,141). Sum of RGB (Red+Green+Blue) = 254+100+141=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE648D is #019B72. Grayscale: #969696. Windows color (decimal): -105331 or 9266430. OLE color: 9266430.
HSL color Cylindrical-coordinate representation of color #FE648D: hue angle of 344.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 #FE648D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 141 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.00 |
| HSL | 344.03º | 0.99% | 0.69% | - |
| HSV(B) | 344.03º | 0.61% | 1% | - |
| XYZ | 50.24 | 32.11 | 28.75 | - |
| YUV | 150.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 141 | 0 | 0.61 | 0.44 | 0.00 | 344.03 | 0.99 | 0.69 |
| Hex | FE | 64 | 8D | 0 | 3D | 2C | 0 | 158 | 63 | 45 |
| Octal | 376 | 144 | 215 | 0 | 75 | 54 | 0 | 530 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10001101 | 0 | 111101 | 101100 | 0 | 101011000 | 1100011 | 1000101 |
Color Harmonies of #FE648D
Complementary color
Monochromatic Colors of #FE648D
Black with #FE648D
Text Example
Text Example
White with #FE648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE648D; }
p { color: rgb(254,100,141); }
H1.HeaderClassName
{
color: #FE648D;
}
.AnyTagClassName
{
color: #FE648D;
}
</style>
background-color css
<style>
a { background-color: #FE648D; }
a { background-color: rgb(254,100,141); }
div.DivClassName
{
background-color: #FE648D;
}
.BgClassName
{
background-color: #FE648D;
}
</style>
border-color css
<style>
span { border-color: #FE648D; }
span { border-color: rgb(254,100,141); }
td.TdClassName
{
border-color: #FE648D;
}
.TagClassName
{
border-color: #FE648D;
}
</style>