Shades of Brink Pink #FE648A
Tints of Brink Pink #FE648A
RGB
CMYK
RGB Variations
Color information
#FE648A (or 0xFE648A) is known color: Brink Pink. HEX triplet: FE, 64 and 8A. RGB value is (254,100,138). Sum of RGB (Red+Green+Blue) = 254+100+138=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE648A is #019B75. Grayscale: #969696. Windows color (decimal): -105334 or 9069822. OLE color: 9069822.
HSL color Cylindrical-coordinate representation of color #FE648A: hue angle of 345.19º 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 #FE648A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 138 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.00 |
| HSL | 345.19º | 0.99% | 0.69% | - |
| HSV(B) | 345.19º | 0.61% | 1% | - |
| XYZ | 50.02 | 32.02 | 27.59 | - |
| YUV | 150.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 138 | 0 | 0.61 | 0.46 | 0.00 | 345.19 | 0.99 | 0.69 |
| Hex | FE | 64 | 8A | 0 | 3D | 2E | 0 | 159 | 63 | 45 |
| Octal | 376 | 144 | 212 | 0 | 75 | 56 | 0 | 531 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10001010 | 0 | 111101 | 101110 | 0 | 101011001 | 1100011 | 1000101 |
Color Harmonies of #FE648A
Complementary color
Monochromatic Colors of #FE648A
Black with #FE648A
Text Example
Text Example
White with #FE648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE648A; }
p { color: rgb(254,100,138); }
H1.HeaderClassName
{
color: #FE648A;
}
.AnyTagClassName
{
color: #FE648A;
}
</style>
background-color css
<style>
a { background-color: #FE648A; }
a { background-color: rgb(254,100,138); }
div.DivClassName
{
background-color: #FE648A;
}
.BgClassName
{
background-color: #FE648A;
}
</style>
border-color css
<style>
span { border-color: #FE648A; }
span { border-color: rgb(254,100,138); }
td.TdClassName
{
border-color: #FE648A;
}
.TagClassName
{
border-color: #FE648A;
}
</style>