Shades of Brink Pink #FE6583
Tints of Brink Pink #FE6583
RGB
CMYK
RGB Variations
Color information
#FE6583 (or 0xFE6583) is known color: Brink Pink. HEX triplet: FE, 65 and 83. RGB value is (254,101,131). Sum of RGB (Red+Green+Blue) = 254+101+131=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6583 is #019A7C. Grayscale: #969696. Windows color (decimal): -105085 or 8611326. OLE color: 8611326.
HSL color Cylindrical-coordinate representation of color #FE6583: hue angle of 348.24º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6583 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 131 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.00 |
| HSL | 348.24º | 0.99% | 0.7% | - |
| HSV(B) | 348.24º | 0.6% | 1% | - |
| XYZ | 49.62 | 32.02 | 25.04 | - |
| YUV | 150.17 | 117.19 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 131 | 0 | 0.60 | 0.48 | 0.00 | 348.24 | 0.99 | 0.7 |
| Hex | FE | 65 | 83 | 0 | 3C | 30 | 0 | 15C | 63 | 46 |
| Octal | 376 | 145 | 203 | 0 | 74 | 60 | 0 | 534 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10000011 | 0 | 111100 | 110000 | 0 | 101011100 | 1100011 | 1000110 |
Color Harmonies of #FE6583
Complementary color
Monochromatic Colors of #FE6583
Black with #FE6583
Text Example
Text Example
White with #FE6583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6583; }
p { color: rgb(254,101,131); }
H1.HeaderClassName
{
color: #FE6583;
}
.AnyTagClassName
{
color: #FE6583;
}
</style>
background-color css
<style>
a { background-color: #FE6583; }
a { background-color: rgb(254,101,131); }
div.DivClassName
{
background-color: #FE6583;
}
.BgClassName
{
background-color: #FE6583;
}
</style>
border-color css
<style>
span { border-color: #FE6583; }
span { border-color: rgb(254,101,131); }
td.TdClassName
{
border-color: #FE6583;
}
.TagClassName
{
border-color: #FE6583;
}
</style>