Shades of Brink Pink #FE627D
Tints of Brink Pink #FE627D
RGB
CMYK
RGB Variations
Color information
#FE627D (or 0xFE627D) is known color: Brink Pink. HEX triplet: FE, 62 and 7D. RGB value is (254,98,125). Sum of RGB (Red+Green+Blue) = 254+98+125=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE627D is #019D82. Grayscale: #939393. Windows color (decimal): -105859 or 8217342. OLE color: 8217342.
HSL color Cylindrical-coordinate representation of color #FE627D: hue angle of 349.62º 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 #FE627D is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 125 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.00 |
| HSL | 349.62º | 0.99% | 0.69% | - |
| HSV(B) | 349.62º | 0.61% | 1% | - |
| XYZ | 48.94 | 31.29 | 22.86 | - |
| YUV | 147.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 125 | 0 | 0.61 | 0.51 | 0.00 | 349.62 | 0.99 | 0.69 |
| Hex | FE | 62 | 7D | 0 | 3D | 33 | 0 | 15E | 63 | 45 |
| Octal | 376 | 142 | 175 | 0 | 75 | 63 | 0 | 536 | 143 | 105 |
| Binary | 11111110 | 1100010 | 1111101 | 0 | 111101 | 110011 | 0 | 101011110 | 1100011 | 1000101 |
Color Harmonies of #FE627D
Complementary color
Monochromatic Colors of #FE627D
Black with #FE627D
Text Example
Text Example
White with #FE627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE627D; }
p { color: rgb(254,98,125); }
H1.HeaderClassName
{
color: #FE627D;
}
.AnyTagClassName
{
color: #FE627D;
}
</style>
background-color css
<style>
a { background-color: #FE627D; }
a { background-color: rgb(254,98,125); }
div.DivClassName
{
background-color: #FE627D;
}
.BgClassName
{
background-color: #FE627D;
}
</style>
border-color css
<style>
span { border-color: #FE627D; }
span { border-color: rgb(254,98,125); }
td.TdClassName
{
border-color: #FE627D;
}
.TagClassName
{
border-color: #FE627D;
}
</style>