Shades of Brink Pink #FE6678
Tints of Brink Pink #FE6678
RGB
CMYK
RGB Variations
Color information
#FE6678 (or 0xFE6678) is known color: Brink Pink. HEX triplet: FE, 66 and 78. RGB value is (254,102,120). Sum of RGB (Red+Green+Blue) = 254+102+120=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6678 is #019987. Grayscale: #959595. Windows color (decimal): -104840 or 7890686. OLE color: 7890686.
HSL color Cylindrical-coordinate representation of color #FE6678: hue angle of 352.89º 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 #FE6678 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 120 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.00 |
| HSL | 352.89º | 0.99% | 0.7% | - |
| HSV(B) | 352.89º | 0.6% | 1% | - |
| XYZ | 49.01 | 31.93 | 21.35 | - |
| YUV | 149.5 | 111.36 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 120 | 0 | 0.60 | 0.53 | 0.00 | 352.89 | 0.99 | 0.7 |
| Hex | FE | 66 | 78 | 0 | 3C | 35 | 0 | 161 | 63 | 46 |
| Octal | 376 | 146 | 170 | 0 | 74 | 65 | 0 | 541 | 143 | 106 |
| Binary | 11111110 | 1100110 | 1111000 | 0 | 111100 | 110101 | 0 | 101100001 | 1100011 | 1000110 |
Color Harmonies of #FE6678
Complementary color
Monochromatic Colors of #FE6678
Black with #FE6678
Text Example
Text Example
White with #FE6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6678; }
p { color: rgb(254,102,120); }
H1.HeaderClassName
{
color: #FE6678;
}
.AnyTagClassName
{
color: #FE6678;
}
</style>
background-color css
<style>
a { background-color: #FE6678; }
a { background-color: rgb(254,102,120); }
div.DivClassName
{
background-color: #FE6678;
}
.BgClassName
{
background-color: #FE6678;
}
</style>
border-color css
<style>
span { border-color: #FE6678; }
span { border-color: rgb(254,102,120); }
td.TdClassName
{
border-color: #FE6678;
}
.TagClassName
{
border-color: #FE6678;
}
</style>