Shades of Brink Pink #FE6285
Tints of Brink Pink #FE6285
RGB
CMYK
RGB Variations
Color information
#FE6285 (or 0xFE6285) is known color: Brink Pink. HEX triplet: FE, 62 and 85. RGB value is (254,98,133). Sum of RGB (Red+Green+Blue) = 254+98+133=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6285 is #019D7A. Grayscale: #949494. Windows color (decimal): -105851 or 8741630. OLE color: 8741630.
HSL color Cylindrical-coordinate representation of color #FE6285: hue angle of 346.54º 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 #FE6285 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 133 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.00 |
| HSL | 346.54º | 0.99% | 0.69% | - |
| HSV(B) | 346.54º | 0.61% | 1% | - |
| XYZ | 49.47 | 31.5 | 25.66 | - |
| YUV | 148.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 133 | 0 | 0.61 | 0.48 | 0.00 | 346.54 | 0.99 | 0.69 |
| Hex | FE | 62 | 85 | 0 | 3D | 30 | 0 | 15B | 63 | 45 |
| Octal | 376 | 142 | 205 | 0 | 75 | 60 | 0 | 533 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10000101 | 0 | 111101 | 110000 | 0 | 101011011 | 1100011 | 1000101 |
Color Harmonies of #FE6285
Complementary color
Monochromatic Colors of #FE6285
Black with #FE6285
Text Example
Text Example
White with #FE6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6285; }
p { color: rgb(254,98,133); }
H1.HeaderClassName
{
color: #FE6285;
}
.AnyTagClassName
{
color: #FE6285;
}
</style>
background-color css
<style>
a { background-color: #FE6285; }
a { background-color: rgb(254,98,133); }
div.DivClassName
{
background-color: #FE6285;
}
.BgClassName
{
background-color: #FE6285;
}
</style>
border-color css
<style>
span { border-color: #FE6285; }
span { border-color: rgb(254,98,133); }
td.TdClassName
{
border-color: #FE6285;
}
.TagClassName
{
border-color: #FE6285;
}
</style>