Shades of Brink Pink #FE6380
Tints of Brink Pink #FE6380
RGB
CMYK
RGB Variations
Color information
#FE6380 (or 0xFE6380) is known color: Brink Pink. HEX triplet: FE, 63 and 80. RGB value is (254,99,128). Sum of RGB (Red+Green+Blue) = 254+99+128=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6380 is #019C7F. Grayscale: #949494. Windows color (decimal): -105600 or 8414206. OLE color: 8414206.
HSL color Cylindrical-coordinate representation of color #FE6380: hue angle of 348.77º 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 #FE6380 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 128 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.00 |
| HSL | 348.77º | 0.99% | 0.69% | - |
| HSV(B) | 348.77º | 0.61% | 1% | - |
| XYZ | 49.23 | 31.55 | 23.92 | - |
| YUV | 148.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 128 | 0 | 0.61 | 0.50 | 0.00 | 348.77 | 0.99 | 0.69 |
| Hex | FE | 63 | 80 | 0 | 3D | 32 | 0 | 15D | 63 | 45 |
| Octal | 376 | 143 | 200 | 0 | 75 | 62 | 0 | 535 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10000000 | 0 | 111101 | 110010 | 0 | 101011101 | 1100011 | 1000101 |
Color Harmonies of #FE6380
Complementary color
Monochromatic Colors of #FE6380
Black with #FE6380
Text Example
Text Example
White with #FE6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6380; }
p { color: rgb(254,99,128); }
H1.HeaderClassName
{
color: #FE6380;
}
.AnyTagClassName
{
color: #FE6380;
}
</style>
background-color css
<style>
a { background-color: #FE6380; }
a { background-color: rgb(254,99,128); }
div.DivClassName
{
background-color: #FE6380;
}
.BgClassName
{
background-color: #FE6380;
}
</style>
border-color css
<style>
span { border-color: #FE6380; }
span { border-color: rgb(254,99,128); }
td.TdClassName
{
border-color: #FE6380;
}
.TagClassName
{
border-color: #FE6380;
}
</style>