Shades of Brink Pink #FE6482
Tints of Brink Pink #FE6482
RGB
CMYK
RGB Variations
Color information
#FE6482 (or 0xFE6482) is known color: Brink Pink. HEX triplet: FE, 64 and 82. RGB value is (254,100,130). Sum of RGB (Red+Green+Blue) = 254+100+130=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6482 is #019B7D. Grayscale: #959595. Windows color (decimal): -105342 or 8545534. OLE color: 8545534.
HSL color Cylindrical-coordinate representation of color #FE6482: hue angle of 348.31º 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 #FE6482 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 130 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.00 |
| HSL | 348.31º | 0.99% | 0.69% | - |
| HSV(B) | 348.31º | 0.61% | 1% | - |
| XYZ | 49.46 | 31.8 | 24.65 | - |
| YUV | 149.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 130 | 0 | 0.61 | 0.49 | 0.00 | 348.31 | 0.99 | 0.69 |
| Hex | FE | 64 | 82 | 0 | 3D | 31 | 0 | 15C | 63 | 45 |
| Octal | 376 | 144 | 202 | 0 | 75 | 61 | 0 | 534 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10000010 | 0 | 111101 | 110001 | 0 | 101011100 | 1100011 | 1000101 |
Color Harmonies of #FE6482
Complementary color
Monochromatic Colors of #FE6482
Black with #FE6482
Text Example
Text Example
White with #FE6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6482; }
p { color: rgb(254,100,130); }
H1.HeaderClassName
{
color: #FE6482;
}
.AnyTagClassName
{
color: #FE6482;
}
</style>
background-color css
<style>
a { background-color: #FE6482; }
a { background-color: rgb(254,100,130); }
div.DivClassName
{
background-color: #FE6482;
}
.BgClassName
{
background-color: #FE6482;
}
</style>
border-color css
<style>
span { border-color: #FE6482; }
span { border-color: rgb(254,100,130); }
td.TdClassName
{
border-color: #FE6482;
}
.TagClassName
{
border-color: #FE6482;
}
</style>