Shades of Brink Pink #FE627E
Tints of Brink Pink #FE627E
RGB
CMYK
RGB Variations
Color information
#FE627E (or 0xFE627E) is known color: Brink Pink. HEX triplet: FE, 62 and 7E. RGB value is (254,98,126). Sum of RGB (Red+Green+Blue) = 254+98+126=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE627E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE627E is #019D81. Grayscale: #939393. Windows color (decimal): -105858 or 8282878. OLE color: 8282878.
HSL color Cylindrical-coordinate representation of color #FE627E: hue angle of 349.23º 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 #FE627E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 126 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.00 |
| HSL | 349.23º | 0.99% | 0.69% | - |
| HSV(B) | 349.23º | 0.61% | 1% | - |
| XYZ | 49.01 | 31.31 | 23.2 | - |
| YUV | 147.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 126 | 0 | 0.61 | 0.50 | 0.00 | 349.23 | 0.99 | 0.69 |
| Hex | FE | 62 | 7E | 0 | 3D | 32 | 0 | 15D | 63 | 45 |
| Octal | 376 | 142 | 176 | 0 | 75 | 62 | 0 | 535 | 143 | 105 |
| Binary | 11111110 | 1100010 | 1111110 | 0 | 111101 | 110010 | 0 | 101011101 | 1100011 | 1000101 |
Color Harmonies of #FE627E
Complementary color
Monochromatic Colors of #FE627E
Black with #FE627E
Text Example
Text Example
White with #FE627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE627E; }
p { color: rgb(254,98,126); }
H1.HeaderClassName
{
color: #FE627E;
}
.AnyTagClassName
{
color: #FE627E;
}
</style>
background-color css
<style>
a { background-color: #FE627E; }
a { background-color: rgb(254,98,126); }
div.DivClassName
{
background-color: #FE627E;
}
.BgClassName
{
background-color: #FE627E;
}
</style>
border-color css
<style>
span { border-color: #FE627E; }
span { border-color: rgb(254,98,126); }
td.TdClassName
{
border-color: #FE627E;
}
.TagClassName
{
border-color: #FE627E;
}
</style>