Shades of Brink Pink #FE647C
Tints of Brink Pink #FE647C
RGB
CMYK
RGB Variations
Color information
#FE647C (or 0xFE647C) is known color: Brink Pink. HEX triplet: FE, 64 and 7C. RGB value is (254,100,124). Sum of RGB (Red+Green+Blue) = 254+100+124=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE647C is #019B83. Grayscale: #949494. Windows color (decimal): -105348 or 8152318. OLE color: 8152318.
HSL color Cylindrical-coordinate representation of color #FE647C: hue angle of 350.65º 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 #FE647C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 124 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.00 |
| HSL | 350.65º | 0.99% | 0.69% | - |
| HSV(B) | 350.65º | 0.61% | 1% | - |
| XYZ | 49.07 | 31.64 | 22.59 | - |
| YUV | 148.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 124 | 0 | 0.61 | 0.51 | 0.00 | 350.65 | 0.99 | 0.69 |
| Hex | FE | 64 | 7C | 0 | 3D | 33 | 0 | 15F | 63 | 45 |
| Octal | 376 | 144 | 174 | 0 | 75 | 63 | 0 | 537 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1111100 | 0 | 111101 | 110011 | 0 | 101011111 | 1100011 | 1000101 |
Color Harmonies of #FE647C
Complementary color
Monochromatic Colors of #FE647C
Black with #FE647C
Text Example
Text Example
White with #FE647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE647C; }
p { color: rgb(254,100,124); }
H1.HeaderClassName
{
color: #FE647C;
}
.AnyTagClassName
{
color: #FE647C;
}
</style>
background-color css
<style>
a { background-color: #FE647C; }
a { background-color: rgb(254,100,124); }
div.DivClassName
{
background-color: #FE647C;
}
.BgClassName
{
background-color: #FE647C;
}
</style>
border-color css
<style>
span { border-color: #FE647C; }
span { border-color: rgb(254,100,124); }
td.TdClassName
{
border-color: #FE647C;
}
.TagClassName
{
border-color: #FE647C;
}
</style>