Shades of Brink Pink #FE647E
Tints of Brink Pink #FE647E
RGB
CMYK
RGB Variations
Color information
#FE647E (or 0xFE647E) is known color: Brink Pink. HEX triplet: FE, 64 and 7E. RGB value is (254,100,126). Sum of RGB (Red+Green+Blue) = 254+100+126=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE647E is #019B81. Grayscale: #959595. Windows color (decimal): -105346 or 8283390. OLE color: 8283390.
HSL color Cylindrical-coordinate representation of color #FE647E: hue angle of 349.87º 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 #FE647E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 126 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.00 |
| HSL | 349.87º | 0.99% | 0.69% | - |
| HSV(B) | 349.87º | 0.61% | 1% | - |
| XYZ | 49.2 | 31.69 | 23.26 | - |
| YUV | 149.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 126 | 0 | 0.61 | 0.50 | 0.00 | 349.87 | 0.99 | 0.69 |
| Hex | FE | 64 | 7E | 0 | 3D | 32 | 0 | 15E | 63 | 45 |
| Octal | 376 | 144 | 176 | 0 | 75 | 62 | 0 | 536 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1111110 | 0 | 111101 | 110010 | 0 | 101011110 | 1100011 | 1000101 |
Color Harmonies of #FE647E
Complementary color
Monochromatic Colors of #FE647E
Black with #FE647E
Text Example
Text Example
White with #FE647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE647E; }
p { color: rgb(254,100,126); }
H1.HeaderClassName
{
color: #FE647E;
}
.AnyTagClassName
{
color: #FE647E;
}
</style>
background-color css
<style>
a { background-color: #FE647E; }
a { background-color: rgb(254,100,126); }
div.DivClassName
{
background-color: #FE647E;
}
.BgClassName
{
background-color: #FE647E;
}
</style>
border-color css
<style>
span { border-color: #FE647E; }
span { border-color: rgb(254,100,126); }
td.TdClassName
{
border-color: #FE647E;
}
.TagClassName
{
border-color: #FE647E;
}
</style>