Shades of Brink Pink #FE6481
Tints of Brink Pink #FE6481
RGB
CMYK
RGB Variations
Color information
#FE6481 (or 0xFE6481) is known color: Brink Pink. HEX triplet: FE, 64 and 81. RGB value is (254,100,129). Sum of RGB (Red+Green+Blue) = 254+100+129=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6481 is #019B7E. Grayscale: #959595. Windows color (decimal): -105343 or 8479998. OLE color: 8479998.
HSL color Cylindrical-coordinate representation of color #FE6481: hue angle of 348.7º 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 #FE6481 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 129 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.00 |
| HSL | 348.7º | 0.99% | 0.69% | - |
| HSV(B) | 348.7º | 0.61% | 1% | - |
| XYZ | 49.39 | 31.77 | 24.3 | - |
| YUV | 149.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 129 | 0 | 0.61 | 0.49 | 0.00 | 348.7 | 0.99 | 0.69 |
| Hex | FE | 64 | 81 | 0 | 3D | 31 | 0 | 15D | 63 | 45 |
| Octal | 376 | 144 | 201 | 0 | 75 | 61 | 0 | 535 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10000001 | 0 | 111101 | 110001 | 0 | 101011101 | 1100011 | 1000101 |
Color Harmonies of #FE6481
Complementary color
Monochromatic Colors of #FE6481
Black with #FE6481
Text Example
Text Example
White with #FE6481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6481; }
p { color: rgb(254,100,129); }
H1.HeaderClassName
{
color: #FE6481;
}
.AnyTagClassName
{
color: #FE6481;
}
</style>
background-color css
<style>
a { background-color: #FE6481; }
a { background-color: rgb(254,100,129); }
div.DivClassName
{
background-color: #FE6481;
}
.BgClassName
{
background-color: #FE6481;
}
</style>
border-color css
<style>
span { border-color: #FE6481; }
span { border-color: rgb(254,100,129); }
td.TdClassName
{
border-color: #FE6481;
}
.TagClassName
{
border-color: #FE6481;
}
</style>