Shades of Brink Pink #FE5382
Tints of Brink Pink #FE5382
RGB
CMYK
RGB Variations
Color information
#FE5382 (or 0xFE5382) is known color: Brink Pink. HEX triplet: FE, 53 and 82. RGB value is (254,83,130). Sum of RGB (Red+Green+Blue) = 254+83+130=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5382 is #01AC7D. Grayscale: #8B8B8B. Windows color (decimal): -109694 or 8541182. OLE color: 8541182.
HSL color Cylindrical-coordinate representation of color #FE5382: hue angle of 343.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5382 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 130 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.00 |
| HSL | 343.51º | 0.99% | 0.66% | - |
| HSV(B) | 343.51º | 0.67% | 1% | - |
| XYZ | 48 | 28.87 | 24.16 | - |
| YUV | 139.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 130 | 0 | 0.67 | 0.49 | 0.00 | 343.51 | 0.99 | 0.66 |
| Hex | FE | 53 | 82 | 0 | 43 | 31 | 0 | 158 | 63 | 42 |
| Octal | 376 | 123 | 202 | 0 | 103 | 61 | 0 | 530 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10000010 | 0 | 1000011 | 110001 | 0 | 101011000 | 1100011 | 1000010 |
Color Harmonies of #FE5382
Complementary color
Monochromatic Colors of #FE5382
Black with #FE5382
Text Example
Text Example
White with #FE5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5382; }
p { color: rgb(254,83,130); }
H1.HeaderClassName
{
color: #FE5382;
}
.AnyTagClassName
{
color: #FE5382;
}
</style>
background-color css
<style>
a { background-color: #FE5382; }
a { background-color: rgb(254,83,130); }
div.DivClassName
{
background-color: #FE5382;
}
.BgClassName
{
background-color: #FE5382;
}
</style>
border-color css
<style>
span { border-color: #FE5382; }
span { border-color: rgb(254,83,130); }
td.TdClassName
{
border-color: #FE5382;
}
.TagClassName
{
border-color: #FE5382;
}
</style>