Shades of Brink Pink #FE628C
Tints of Brink Pink #FE628C
RGB
CMYK
RGB Variations
Color information
#FE628C (or 0xFE628C) is known color: Brink Pink. HEX triplet: FE, 62 and 8C. RGB value is (254,98,140). Sum of RGB (Red+Green+Blue) = 254+98+140=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE628C is #019D73. Grayscale: #959595. Windows color (decimal): -105844 or 9200382. OLE color: 9200382.
HSL color Cylindrical-coordinate representation of color #FE628C: hue angle of 343.85º 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 #FE628C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 140 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.00 |
| HSL | 343.85º | 0.99% | 0.69% | - |
| HSV(B) | 343.85º | 0.61% | 1% | - |
| XYZ | 49.97 | 31.7 | 28.3 | - |
| YUV | 149.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 140 | 0 | 0.61 | 0.45 | 0.00 | 343.85 | 0.99 | 0.69 |
| Hex | FE | 62 | 8C | 0 | 3D | 2D | 0 | 158 | 63 | 45 |
| Octal | 376 | 142 | 214 | 0 | 75 | 55 | 0 | 530 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10001100 | 0 | 111101 | 101101 | 0 | 101011000 | 1100011 | 1000101 |
Color Harmonies of #FE628C
Complementary color
Monochromatic Colors of #FE628C
Black with #FE628C
Text Example
Text Example
White with #FE628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE628C; }
p { color: rgb(254,98,140); }
H1.HeaderClassName
{
color: #FE628C;
}
.AnyTagClassName
{
color: #FE628C;
}
</style>
background-color css
<style>
a { background-color: #FE628C; }
a { background-color: rgb(254,98,140); }
div.DivClassName
{
background-color: #FE628C;
}
.BgClassName
{
background-color: #FE628C;
}
</style>
border-color css
<style>
span { border-color: #FE628C; }
span { border-color: rgb(254,98,140); }
td.TdClassName
{
border-color: #FE628C;
}
.TagClassName
{
border-color: #FE628C;
}
</style>