Shades of Brink Pink #FE618A
Tints of Brink Pink #FE618A
RGB
CMYK
RGB Variations
Color information
#FE618A (or 0xFE618A) is known color: Brink Pink. HEX triplet: FE, 61 and 8A. RGB value is (254,97,138). Sum of RGB (Red+Green+Blue) = 254+97+138=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE618A is #019E75. Grayscale: #949494. Windows color (decimal): -106102 or 9069054. OLE color: 9069054.
HSL color Cylindrical-coordinate representation of color #FE618A: hue angle of 344.33º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE618A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 138 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.00 |
| HSL | 344.33º | 0.99% | 0.69% | - |
| HSV(B) | 344.33º | 0.62% | 1% | - |
| XYZ | 49.74 | 31.46 | 27.49 | - |
| YUV | 148.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 138 | 0 | 0.62 | 0.46 | 0.00 | 344.33 | 0.99 | 0.69 |
| Hex | FE | 61 | 8A | 0 | 3E | 2E | 0 | 158 | 63 | 45 |
| Octal | 376 | 141 | 212 | 0 | 76 | 56 | 0 | 530 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10001010 | 0 | 111110 | 101110 | 0 | 101011000 | 1100011 | 1000101 |
Color Harmonies of #FE618A
Complementary color
Monochromatic Colors of #FE618A
Black with #FE618A
Text Example
Text Example
White with #FE618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE618A; }
p { color: rgb(254,97,138); }
H1.HeaderClassName
{
color: #FE618A;
}
.AnyTagClassName
{
color: #FE618A;
}
</style>
background-color css
<style>
a { background-color: #FE618A; }
a { background-color: rgb(254,97,138); }
div.DivClassName
{
background-color: #FE618A;
}
.BgClassName
{
background-color: #FE618A;
}
</style>
border-color css
<style>
span { border-color: #FE618A; }
span { border-color: rgb(254,97,138); }
td.TdClassName
{
border-color: #FE618A;
}
.TagClassName
{
border-color: #FE618A;
}
</style>